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