From 9dbdc98e6ef1008f4db65c7fccbddd67906b2a78 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 11 Sep 2003 12:09:50 +0000 Subject: [PATCH] Doh! No need to check for short_tags any more. --- admin/index.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/admin/index.php b/admin/index.php index b334f7fe55..ea67b6b9d0 100644 --- a/admin/index.php +++ b/admin/index.php @@ -35,10 +35,6 @@ error("The PHP server variable 'file_uploads' is not turned On - $documentationlink"); } - if (!ini_get_bool('short_open_tag')) { - error("The PHP server variable 'short_open_tag' is not turned On - $documentationlink"); - } - /// Check that sessions are supported -- 2.39.5