Make sure the .htaccess file in cron/ disables magic quotes like the one in the lowest level appdb directory

This commit is contained in:
Chris Morgan
2006-07-06 15:54:58 +00:00
committed by WineHQ
parent adeb1adbdc
commit bd19dc7a0b

View File

@@ -1 +1,8 @@
Deny from all 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