added register_globals off as recommended setting; merged from MOODLE_15_STABLE

This commit is contained in:
skodak
2005-11-14 22:58:02 +00:00
parent 578dcc4019
commit 24e202cd4f
+2 -1
View File
@@ -28,7 +28,8 @@ 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_runtime 0
php_flag magic_quotes_runtime 0
php_flag register_globals 0
php_flag file_uploads 1
php_flag short_open_tag 1
php_flag session.auto_start 0