]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-14679 magic quotes gpc are strongly discouraged now :-)
authorskodak <skodak>
Fri, 13 Jun 2008 09:14:41 +0000 (09:14 +0000)
committerskodak <skodak>
Fri, 13 Jun 2008 09:14:41 +0000 (09:14 +0000)
lib/htaccess

index 223396c5f9ce6c05cdfd26562e3689404241fb80..380fc541ef7730d330049527ba2a0e7bb1ac550b 100644 (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