Code

Fixed Problem with saving new ACL for a tagged department.
[gosa.git] / gosa-core / include / php_setup.inc
index 1f821e2c7ae39f59c17aae6c2d852104a4061773..c93d40f9b9d5cbd76f53a2399cd59864db5818bf 100644 (file)
@@ -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 */