Updated installation

This commit is contained in:
markseu 2020-02-16 00:44:17 +01:00
parent 1a01fe8d7e
commit 968b0d7d75

View file

@ -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) {