1
0
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:
Chaoyi Zha 2014-11-15 18:54:22 -05:00
parent 7430bbb35a
commit d0c876f2c2

View File

@ -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();