View Single Post
Old 03-21-2004, 03:35 PM   #2
bloodjelly
Purple Mole
 
Join Date: Dec 2003
Posts: 106
I figured out that the problem comes from this code in the configuration file:

PHP Code:
if ((isset($relative_script_path)) && ($relative_script_path != ".") && ($relative_script_path != "..")) { exit();

Without this line, the script runs fine. I put the exec() script in the search root directory and set $relative_script_path = '.', but it didn't work. Hmm...
bloodjelly is offline   Reply With Quote