View Single Post
Old 02-07-2004, 03:58 PM   #14
tomas
Orange Mole
 
Join Date: Feb 2004
Posts: 47
gotcha -
this is the troublemaker:
doing this:
/*
if ((isset($relative_script_path)) && ($relative_script_path != ".") && ($relative_script_path != "..")) {
exit();
}
if (eregi("config.php",$_SERVER['SCRIPT_FILENAME']) || eregi("config.php",$_SERVER['REQUEST_URI'])) {
exit();
}
*/

now it runs
tomas is offline   Reply With Quote