mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit 8f310a5df4686e4e1b2f42803db175c956bc67f9
parent 5aec5794c42bbbae0370e0a1c22e60078f41fde6
Author: markseu <mark2011@mayberg.se>
Date:   Fri,  6 Jul 2018 22:28:47 +0200

Datenstrom Yellow requires PHP 5.4 or higher

Diffstat:
Myellow.php | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/yellow.php b/yellow.php @@ -5,6 +5,8 @@ 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!"); +extension_loaded("curl") || die("Datenstrom Yellow requires PHP cURL extension!"); +extension_loaded("zip") || die("Datenstrom Yellow requires PHP zip extension!"); require_once("system/plugins/core.php"); if(PHP_SAPI!="cli") {