From: moodler Date: Tue, 26 Aug 2003 03:22:40 +0000 (+0000) Subject: Don't bother checking for magic quotes any more X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2ae0cc77594f346eef4da9093c6dafafc5aaf03b;p=moodle.git Don't bother checking for magic quotes any more --- diff --git a/admin/index.php b/admin/index.php index 2fe7dc90bb..b334f7fe55 100644 --- a/admin/index.php +++ b/admin/index.php @@ -31,10 +31,6 @@ 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"); }