mikuli.cz

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

commit 7a76f6bc4484f9d501b7491eb8e54a9cbdcfc8f0
parent b2077f96a75769ebb781ecb25349cacb74982b67
Author: markseu <mark2011@mayberg.se>
Date:   Thu,  2 Jan 2020 10:45:02 +0100

Datenstrom Yellow requires PHP 5.6 or higher

Diffstat:
Myellow.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/yellow.php b/yellow.php @@ -1,6 +1,6 @@ <?php // Datenstrom Yellow is for people who make websites, https://datenstrom.se/yellow/ -// Copyright (c) 2013-2019 Datenstrom, https://datenstrom.se +// Copyright (c) 2013-2020 Datenstrom, https://datenstrom.se // 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!");