Make sure the .htaccess file in cron/ disables magic quotes like the one in the lowest level appdb directory
This commit is contained in:
@@ -1 +1,8 @@
|
||||
Deny from all
|
||||
|
||||
#Modify PHP configuration
|
||||
php_value register_globals 0
|
||||
php_value short_open_tag 0
|
||||
php_value register_long_arrays 0
|
||||
php_value magic_quotes_gpc 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user