Clean up HTML and PHP, remove extranious checks for loggedin()
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
include("path.php");
|
||||
include(BASE."include/"."incl.php");
|
||||
|
||||
if(!loggedin() || !havepriv("admin"))
|
||||
if(!havepriv("admin"))
|
||||
{
|
||||
errorpage();
|
||||
exit;
|
||||
|
||||
Reference in New Issue
Block a user