Updated installation
This commit is contained in:
parent
1a01fe8d7e
commit
968b0d7d75
1 changed files with 2 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue