View Single Post
Old 08-26-2004, 08:02 AM   #4
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
It is important to keep the first if statement in the config file for security. For PhpDig mods, you need to make sure it is secure. If you have path problems with the config file, go to the config and uncomment the following:
PHP Code:
// echo "\n\nPath not recognized!\n\n"; 
Also add a line after that to echo the $relative_script_path variable.
PHP Code:
echo "<br><br>".$relative_script_path
Comments are written in the config file for how to add another path to the if statement. Now I'm not sure if this is your problem or whether everything works except that strings do not get translated.
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension.
Charter is offline   Reply With Quote