mikuli.cz

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

commit 60cf21f414e3a1ebaf3fc69dd4eb0c05b9fd4848
parent a66a3ee0fe2a0dff32657672fbdf08cda90b42c2
Author: markseu <mark2011@mayberg.se>
Date:   Wed, 12 Feb 2020 17:20:32 +0100

Datenstrom Yellow requires PHP 5.6 or higher

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

diff --git a/yellow.php b/yellow.php @@ -4,9 +4,6 @@ // 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!"); -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"); if (PHP_SAPI!="cli") {