mikuli.cz

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

commit 45f1c0519e37a0479b2fc57ed225417e544f9e60
parent 022781406eb2c4419db6c9f1a13050f59e1025f2
Author: markseu <mark2011@mayberg.se>
Date:   Tue, 22 Jun 2021 09:00:18 +0200

Updated extension, typo

Diffstat:
Msystem/extensions/core.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system/extensions/core.php b/system/extensions/core.php @@ -76,7 +76,7 @@ class YellowCore { // Check requirements public function checkRequirements() { $troubleshooting = PHP_SAPI!="cli" ? "<a href=\"".$this->getTroubleshootingUrl()."\">See troubleshooting</a>." : ""; - version_compare(PHP_VERSION, "5.5", ">=") || die("Datenstrom Yellow requires PHP 5.6 or higher! $troubleshooting\n"); + version_compare(PHP_VERSION, "5.6", ">=") || die("Datenstrom Yellow requires PHP 5.6 or higher! $troubleshooting\n"); extension_loaded("curl") || die("Datenstrom Yellow requires PHP curl extension! $troubleshooting\n"); extension_loaded("gd") || die("Datenstrom Yellow requires PHP gd extension! $troubleshooting\n"); extension_loaded("mbstring") || die("Datenstrom Yellow requires PHP mbstring extension! $troubleshooting\n");