commit 6c04df6a89967069efec39944d320b15271fbf4c
parent ff8ba512e81bbbd4c1b70b8af11acfda6fee3d6d
Author: markseu <mark2011@mayberg.se>
Date: Tue, 30 May 2017 11:44:56 +0200
Datenstrom Yellow requires PHP 5.4 or higher
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/yellow.php b/yellow.php
@@ -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")