commit 9b24d93a6e4a7c5d1c70d26d878110ab75b743e3
parent 3c7c88ddf3aa96c9e00adfebde48600057ef2d1a
Author: markseu <mark2011@mayberg.se>
Date: Sat, 17 Jun 2017 17:32:19 +0200
Datenstrom Yellow requires PHP 5.4 or higher
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/yellow.php b/yellow.php
@@ -5,7 +5,6 @@
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")
{