From f659219406b564f923da714f9cdc482721de447a Mon Sep 17 00:00:00 2001 From: skodak Date: Fri, 13 Jun 2008 09:14:41 +0000 Subject: [PATCH] MDL-14679 magic quotes gpc are strongly discouraged now :-) --- lib/htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5