From: skodak Date: Fri, 13 Jun 2008 09:14:41 +0000 (+0000) Subject: MDL-14679 magic quotes gpc are strongly discouraged now :-) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f659219406b564f923da714f9cdc482721de447a;p=moodle.git MDL-14679 magic quotes gpc are strongly discouraged now :-) --- diff --git a/lib/htaccess b/lib/htaccess index 223396c5f9..380fc541ef 100644 --- a/lib/htaccess +++ b/lib/htaccess @@ -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