mikuli.cz

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

commit 9bf33b91d4579678655b000ba6b14777bfa375a7
parent 968b0d7d758f728bff963553eeeb8f2425653e42
Author: markseu <mark2011@mayberg.se>
Date:   Sun, 16 Feb 2020 00:56:08 +0100

Updated installation

Diffstat:
Msystem/extensions/install.php | 6+-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/system/extensions/install.php b/system/extensions/install.php @@ -4,7 +4,7 @@ // This file may be used and distributed under the terms of the public license. class YellowInstall { - const VERSION = "0.8.16"; + const VERSION = "0.8.17"; const TYPE = "feature"; const PRIORITY = "1"; public $yellow; //access to API @@ -93,10 +93,6 @@ class YellowInstall { if (!is_file($fileName)) { $serverVersion = $this->yellow->toolbox->getServerVersion(); $this->yellow->log("info", "Datenstrom Yellow ".YellowCore::VERSION.", PHP ".PHP_VERSION.", $serverVersion"); - if (!$this->yellow->isCommandLine()) { - $server = $this->yellow->toolbox->getServerVersion(true); - $this->yellow->log("info", "Check $server server configuration"); - } if (!is_file($fileName)) { $statusCode = 500; $this->yellow->page->error(500, "Can't write file '$fileName'!");