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 +