]> git.mjollnir.org Git - moodle.git/commitdiff
Don't bother checking for magic quotes any more
authormoodler <moodler>
Tue, 26 Aug 2003 03:22:40 +0000 (03:22 +0000)
committermoodler <moodler>
Tue, 26 Aug 2003 03:22:40 +0000 (03:22 +0000)
admin/index.php

index 2fe7dc90bb1920d1b036302f3a8e693237fd2348..b334f7fe55a12f985ed09c14c6f2966d4761c916 100644 (file)
         error("The PHP server variable 'magic_quotes_runtime' should be Off - $documentationlink");
     }
 
-    if (!ini_get_bool('magic_quotes_gpc')) {
-        error("The PHP server variable 'magic_quotes_gpc' is not turned On - $documentationlink");
-    }
-
     if (!ini_get_bool('file_uploads')) {
         error("The PHP server variable 'file_uploads' is not turned On - $documentationlink");
     }