Quote:
Originally Posted by JordanBuss13
Not to see the Navigation Tab
|
You realize that users can visit that page anyway once they know the link? Security by obscurity does not work.
Better add this to your PHP file, too:
PHP Code:
// #######################################################################
// ######################## START MAIN SCRIPT ############################
// #######################################################################
if (!$vbulletin->userinfo['userid'])
{
print_no_permission();
exit();
}