ChangeSet ID: 26248 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner(a)winehq.org 2006/07/06 10:54:58 Modified files: cron : .htaccess Log message: Chris Morgan <cmorgan(a)alum.wpi.edu> Make sure the .htaccess file in cron/ disables magic quotes like the one in the lowest level appdb directory Patch: http://cvs.winehq.org/patch.py?id=26248 Old revision New revision Changes Path 1.1 1.2 +7 -0 appdb/cron/.htaccess Index: appdb/cron/.htaccess diff -u -p appdb/cron/.htaccess:1.1 appdb/cron/.htaccess:1.2 --- appdb/cron/.htaccess:1.1 6 Jul 2006 15:54:58 -0000 +++ appdb/cron/.htaccess 6 Jul 2006 15:54:58 -0000 @@ -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 +
participants (1)
-
WineHQ