mikuli.cz

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

commit a57cd1275ae0f18b8ef0a780113b127b186423f5
parent a7f654847ee901925d8dd84fe5e283173d3b0269
Author: markseu <mark2011@mayberg.se>
Date:   Wed, 12 May 2021 17:11:14 +0200

Updated core

Diffstat:
Msystem/extensions/core.php | 4++--
Msystem/extensions/update-current.ini | 4++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/system/extensions/core.php b/system/extensions/core.php @@ -2,7 +2,7 @@ // Core extension, https://github.com/datenstrom/yellow-extensions/tree/master/source/core class YellowCore { - const VERSION = "0.8.42"; + const VERSION = "0.8.43"; const RELEASE = "0.8.17"; public $page; // current page public $content; // content files @@ -178,7 +178,7 @@ class YellowCore { $this->log("error", "Can't parse file '$fileName'!"); @header($this->toolbox->getHttpStatusFormatted(500)); $troubleshooting = PHP_SAPI!="cli" ? "<a href=\"".$this->getTroubleshootingUrl()."\">See troubleshooting</a>." : ""; - echo "<br/>\nSomething went wrong. Please activate debug mode for more information. $troubleshooting\n"; + echo "<br/>\nCheck the log file. Please activate the debug mode for more information. $troubleshooting\n"; } } diff --git a/system/extensions/update-current.ini b/system/extensions/update-current.ini @@ -21,11 +21,11 @@ Tag: feature system/extensions/command.php: command.php, create, update Extension: Core -Version: 0.8.42 +Version: 0.8.43 Description: Core functionality of the website. HelpUrl: https://github.com/datenstrom/yellow-extensions/tree/master/source/core DownloadUrl: https://github.com/datenstrom/yellow-extensions/raw/master/zip/core.zip -Published: 2021-03-19 09:23:54 +Published: 2021-05-11 22:13:51 Developer: Datenstrom Tag: feature system/extensions/core.php: core.php, create, update