8 lines
87 B
PHP
8 lines
87 B
PHP
<?php
|
|
|
|
if(is_auth())
|
|
{
|
|
die(redirect('/home'));
|
|
}
|
|
|
|
require '../app/views/index.php'; |