From bd19dc7a0b67d03392bf26e026885b8f2671b73c Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Thu, 6 Jul 2006 15:54:58 +0000 Subject: [PATCH] Make sure the .htaccess file in cron/ disables magic quotes like the one in the lowest level appdb directory --- cron/.htaccess | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cron/.htaccess b/cron/.htaccess index 3a42882..717730f 100644 --- a/cron/.htaccess +++ b/cron/.htaccess @@ -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 +