mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 11:46:19 +01:00
MDL-14679 magic quotes gpc are strongly discouraged now :-)
This commit is contained in:
parent
a5047f1553
commit
f659219406
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user