08-26-2017, 04:42 PM
Looks like the OR in our && is the issue...I don't know why but it is, use this instead:
I'm working on the new admin_page anyways so I'll dump that when I'm done
Code:
<?php if($pageDetails->private==1 && $pageDetails->page != "users/admin_verify.php" && $pageDetails->page != "usersc/admin_verify.php") {?>
I'm working on the new admin_page anyways so I'll dump that when I'm done