summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 267e1e3)
raw | patch | inline | side by side (parent: 267e1e3)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 10 Apr 2008 13:41:40 +0000 (13:41 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 10 Apr 2008 13:41:40 +0000 (13:41 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10329 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/php_setup.inc | patch | blob | history |
index 1f821e2c7ae39f59c17aae6c2d852104a4061773..c93d40f9b9d5cbd76f53a2399cd59864db5818bf 100644 (file)
/* 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 */