mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-10 04:02:28 +01:00
Broken footer link
This commit is contained in:
parent
7430bbb35a
commit
d0c876f2c2
@ -7,7 +7,7 @@ $auth = new polrauth();
|
||||
$isadmin = $auth->isadminli();
|
||||
if (!is_array($auth->islogged())) {
|
||||
echo "<h3>You must login to access this page.</h3><br><a href='index.php'>Home</a>";
|
||||
require_once 'footer.php';
|
||||
require_once '../footer.php';
|
||||
die(); //END NOT LOGGED IN PORTION
|
||||
} else {
|
||||
$userinfo = $auth->islogged();
|
||||
|
Loading…
Reference in New Issue
Block a user