]> git.mjollnir.org Git - moodle.git/commitdiff
Doh! No need to check for short_tags any more.
authormoodler <moodler>
Thu, 11 Sep 2003 12:09:50 +0000 (12:09 +0000)
committermoodler <moodler>
Thu, 11 Sep 2003 12:09:50 +0000 (12:09 +0000)
admin/index.php

index b334f7fe55a12f985ed09c14c6f2966d4761c916..ea67b6b9d074191b5d5b3825c8cb6e51e5298ad1 100644 (file)
         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