mikuli.cz

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

commit d022f5bcb029b072dc575c52a5182bc38c0964c1
parent e1681aed745556cb2ea1605ebeb904a530e6505e
Author: markseu <mark2011@mayberg.se>
Date:   Fri, 11 Mar 2022 12:45:51 +0100

Better troubleshooting in case GitHub is blocked

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

diff --git a/system/extensions/update-current.ini b/system/extensions/update-current.ini @@ -131,11 +131,11 @@ system/themes/stockholm-opensans-light.woff: stockholm-opensans-light.woff, crea system/themes/stockholm-opensans-regular.woff: stockholm-opensans-regular.woff, create, update, careful Extension: Update -Version: 0.8.64 +Version: 0.8.65 Description: Keep your website up to date. HelpUrl: https://github.com/datenstrom/yellow-extensions/tree/master/source/update DownloadUrl: https://github.com/datenstrom/yellow-extensions/raw/master/zip/update.zip -Published: 2022-03-11 00:33:02 +Published: 2022-03-11 12:41:26 Developer: Datenstrom Tag: feature system/extensions/update.php: update.php, create, update diff --git a/system/extensions/update.php b/system/extensions/update.php @@ -2,7 +2,7 @@ // Update extension, https://github.com/datenstrom/yellow-extensions/tree/master/source/update class YellowUpdate { - const VERSION = "0.8.64"; + const VERSION = "0.8.65"; const PRIORITY = "2"; public $yellow; // access to API public $updates; // number of updates @@ -837,7 +837,7 @@ class YellowUpdate { $this->yellow->page->error($statusCode, "Can't download file '$url'!"); } if ($this->yellow->system->get("coreDebugMode")>=2) { - echo "YellowUpdate::getExtensionFile status:$statusCode url:$url<br/>\n"; + echo "YellowUpdate::getExtensionFile status:$statusCode url:$urlRequest<br/>\n"; } return array($statusCode, $fileData); }