From: hickert Date: Thu, 10 Apr 2008 13:41:40 +0000 (+0000) Subject: Readded PHP check X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b747aa7cf840ebaaced92a7632842ab0d8ea0a29;p=gosa.git Readded PHP check git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10329 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/php_setup.inc b/gosa-core/include/php_setup.inc index 1f821e2c7..c93d40f9b 100644 --- a/gosa-core/include/php_setup.inc +++ b/gosa-core/include/php_setup.inc @@ -249,8 +249,8 @@ function dummy_error_handler() /* Bail out for incompatible/old PHP versions */ if (!version_compare(phpversion(),"5.2.0",">=")){ -# echo "PHP version needs to be 5.2.0 or above to run GOsa. Aborted."; -## exit(); + echo "PHP version needs to be 5.2.0 or above to run GOsa. Aborted."; + exit(); } /* Set timezone */