Datenstrom Yellow requires PHP 5.4 or higher

This commit is contained in:
markseu 2017-05-30 11:44:56 +02:00
parent ff8ba512e8
commit 6c04df6a89

View file

@ -4,6 +4,7 @@
// This file may be used and distributed under the terms of the public license.
version_compare(PHP_VERSION, "5.4", ">=") || die("Datenstrom Yellow requires PHP 5.4 or higher!");
extension_loaded("mbstring") || die("Datenstrom Yellow requires PHP mbstring extension!");
require_once("system/plugins/core.php");
if(PHP_SAPI!="cli")