added register_globals off as recommended setting; merged from MOODLE_15_STABLE
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user