summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2022-02-07 00:26:37 +0100
committermax.bra2022-02-07 00:26:37 +0100
commit9abd6d76724b0b16e095068a75461c78e9dacd59 (patch)
tree469e3c24a3845ed76d3a52b5cd3c6ebaa663de1c
parentb5c3499da79e560eee36b040a50232305680dcdc (diff)
downloadaur-9abd6d76724b0b16e095068a75461c78e9dacd59.tar.gz
php8 warning removed
-rw-r--r--.SRCINFO4
-rw-r--r--pi-hole-server.install5
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48010e7f4743..5082fcdc54e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -28,8 +28,8 @@ pkgbase = pi-hole-server
backup = etc/sudoers.d/pihole
source = pi-hole-server-core-5.8.1.tar.gz::https://github.com/pi-hole/pi-hole/archive/v5.8.1.tar.gz
source = pi-hole-server-admin-5.10.1.tar.gz::https://github.com/pi-hole/AdminLTE/archive/v5.10.1.tar.gz
- source = arch-server-core-5.8.1-795578248.patch::https://raw.githubusercontent.com/max72bra/pi-hole-server-archlinux-customization/master/arch-server-core-5.8.1.patch
- source = arch-server-admin-5.10.1-795578248.patch::https://raw.githubusercontent.com/max72bra/pi-hole-server-archlinux-customization/master/arch-server-admin-5.10.1.patch
+ source = arch-server-core-5.8.1-045930963.patch::https://raw.githubusercontent.com/max72bra/pi-hole-server-archlinux-customization/master/arch-server-core-5.8.1.patch
+ source = arch-server-admin-5.10.1-045930963.patch::https://raw.githubusercontent.com/max72bra/pi-hole-server-archlinux-customization/master/arch-server-admin-5.10.1.patch
source = dnsmasq.include
source = lighttpd.pi-hole.conf
source = nginx.pi-hole.conf
diff --git a/pi-hole-server.install b/pi-hole-server.install
index 3aa9e395eb73..103dbe3a7950 100644
--- a/pi-hole-server.install
+++ b/pi-hole-server.install
@@ -6,10 +6,6 @@ cache_problem() {
echo -e "\e[1;33m==>\e[0m If you suffer strange rendering issues in the web GUI, please clear your browser cache.\e[0m"
}
-php7() {
- echo -e "\e[1;33m==>\e[0m As of WebAdmin Ver. 5.4: \e[1;31mDNS settings page is not PHP8 compatible.\e[0m If you need it, please use PHP7.\e[0m"
-}
-
post_install() {
echo -e "\e[1;33m==>\e[0m Read setup instructions at \e[1;36mhttps://wiki.archlinux.org/index.php/Pi-hole\e[0m"
echo -e "\e[1;33m==>\e[0m Generating initial block list, please wait...\e[0m"
@@ -44,7 +40,6 @@ post_upgrade() {
# warning
cache_problem
- php7
# keep pacman from throwing errors should none them be on the filesystem
return 0