From 801d90140994064d292ffc7e736131d7e8ccdc3d Mon Sep 17 00:00:00 2001 From: SmartPhoneLover <42898749+SmartPhoneLover@users.noreply.github.com> Date: Thu, 12 Oct 2023 15:31:10 +0200 Subject: [PATCH] Update update_checker.php Updated the URL for 'Web Interface' releases, as Pi-hole was unable to retrieve such information because of the repo name change. Signed-off-by: SmartPhoneLover <42898749+SmartPhoneLover@users.noreply.github.com> --- scripts/pi-hole/php/update_checker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pi-hole/php/update_checker.php b/scripts/pi-hole/php/update_checker.php index 00f7b3499..24def5825 100644 --- a/scripts/pi-hole/php/update_checker.php +++ b/scripts/pi-hole/php/update_checker.php @@ -101,7 +101,7 @@ function checkUpdate($currentVersion, $latestVersion) // URLs for the links $coreUrl = 'https://github.com/pi-hole/pi-hole/releases'; -$webUrl = 'https://github.com/pi-hole/AdminLTE/releases'; +$webUrl = 'https://github.com/pi-hole/web/releases'; $ftlUrl = 'https://github.com/pi-hole/FTL/releases'; $dockerUrl = 'https://github.com/pi-hole/docker-pi-hole/releases';