I am little confuse how to change this . can someone please suggest the complete code for the page please in 'init_admin_auth.php' ?
Thanks
Also pages that everyone should be able to view (index, login, logoff, etc) should be added to the line in init_admin_auth.php that reads (line 15):
if (!(basename($PHP_SELF)== FILENAME_DEFAULT . '.php' || basename($PHP_SELF) == 'product.php' || basename($PHP_SELF) == FILENAME_LOGOFF . '.php' || basename($PHP_SELF)== FILENAME_ALT_NAV.'.php' || basename($PHP_SELF)== FILENAME_ADMIN_CONTROL.'.php')){if (checkpage($page) == 'false')header("location: denied.php");}



