mikuli.cz

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

commit 968b0d7d758f728bff963553eeeb8f2425653e42
parent 1a01fe8d7ebaa241395d2b26b97155ffee996240
Author: markseu <mark2011@mayberg.se>
Date:   Sun, 16 Feb 2020 00:44:17 +0100

Updated installation

Diffstat:
Msystem/extensions/image.php | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/system/extensions/image.php b/system/extensions/image.php @@ -20,7 +20,8 @@ class YellowImage { $this->yellow->system->setDefault("imageThumbnailJpgQuality", "80"); $troubleshooting = "<a href=\"https://datenstrom.se/yellow/help/troubleshooting\">See troubleshooting</a>."; extension_loaded("gd") || die("Datenstrom Yellow requires PHP GD extension! $troubleshooting"); - extension_loaded("exif") || die("Datenstrom Yellow requires PHP Exif extension! $troubleshooting"); } + extension_loaded("exif") || die("Datenstrom Yellow requires PHP Exif extension! $troubleshooting"); + } // Handle page content of shortcut public function onParseContentShortcut($page, $name, $text, $type) {