From: moodler Date: Thu, 11 Sep 2003 12:09:50 +0000 (+0000) Subject: Doh! No need to check for short_tags any more. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9dbdc98e6ef1008f4db65c7fccbddd67906b2a78;p=moodle.git Doh! No need to check for short_tags any more. --- 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