From b747aa7cf840ebaaced92a7632842ab0d8ea0a29 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 10 Apr 2008 13:41:40 +0000 Subject: [PATCH] Readded PHP check git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10329 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/php_setup.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ -- 2.30.2