MDL-14679 magic quotes gpc are strongly discouraged now :-)

This commit is contained in:
skodak 2008-06-13 09:14:41 +00:00
parent a5047f1553
commit f659219406

View File

@ -27,7 +27,7 @@ DirectoryIndex index.php index.html index.htm
### Thirdly, set up some PHP variables that Moodle needs
php_flag magic_quotes_gpc 1
php_flag magic_quotes_gpc 0
php_flag magic_quotes_runtime 0
php_flag register_globals 0
php_flag file_uploads 1