Is it possible to restart the web site? How?
I changed a .php page and found a bug in the new code.
I replaced the original page (same file name)
Now I get errors like
Notice: Undefined index: isadmin in /nfs/www/WWW_pages/lochs/ochslabs.com/cdb/prov/plogin_proc.php on line 76
the code at line 76
if ($_SESSION['isadmin'] == 1 && $backdoor) {
I'm just guessing my cache just messed up ?
So, the restart?
Any ideas?
I changed a .php page and found a bug in the new code.
I replaced the original page (same file name)
Now I get errors like
Notice: Undefined index: isadmin in /nfs/www/WWW_pages/lochs/ochslabs.com/cdb/prov/plogin_proc.php on line 76
the code at line 76
if ($_SESSION['isadmin'] == 1 && $backdoor) {
I'm just guessing my cache just messed up ?
So, the restart?
Any ideas?