Datenstrom Yellow requires PHP 5.6 or higher

This commit is contained in:
markseu 2020-02-12 17:20:32 +01:00
parent a66a3ee0fe
commit 60cf21f414

View file

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