From 9bf33b91d4579678655b000ba6b14777bfa375a7 Mon Sep 17 00:00:00 2001 From: markseu Date: Sun, 16 Feb 2020 00:56:08 +0100 Subject: [PATCH] Updated installation --- system/extensions/install.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/system/extensions/install.php b/system/extensions/install.php index 3448c33..4147e7d 100755 --- 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'!");