From 2ae0cc77594f346eef4da9093c6dafafc5aaf03b Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 26 Aug 2003 03:22:40 +0000 Subject: [PATCH] Don't bother checking for magic quotes any more --- admin/index.php | 4 ---- 1 file changed, 4 deletions(-) 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"); } -- 2.39.5