Skip to content

Commit

Permalink
added register_globals off as recommended setting
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Nov 14, 2005
1 parent 51028ee commit bab2c5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/htaccess
Expand Up @@ -28,7 +28,8 @@ DirectoryIndex index.php index.html index.htm
### Thirdly, set up some PHP variables that Moodle needs ### Thirdly, set up some PHP variables that Moodle needs


php_flag magic_quotes_gpc 1 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 file_uploads 1
php_flag short_open_tag 1 php_flag short_open_tag 1
php_flag session.auto_start 0 php_flag session.auto_start 0
Expand Down

0 comments on commit bab2c5b

Please sign in to comment.