View Single Post
Old 08-10-2004, 01:10 AM   #6
simonced
Green Mole
 
Join Date: Feb 2004
Location: france
Posts: 6
Hi,
Oops, sorry, it's tuesday, but here is my modification :
//in the config.php file
if ((!isset($relative_script_path)) && ($relative_script_path != ".") && ($relative_script_path != "..")) {
print "Path not recognized";
exit();
}

bye, have nice indexing !
simonced is offline   Reply With Quote