From 45de82b8dff5d05ca17b1544c7cfe3eb6a944a59 Mon Sep 17 00:00:00 2001 From: Ruben Date: Sat, 1 Nov 2025 23:42:13 +0100 Subject: [PATCH] Update PHP version to 8.4.14 and hide analytics pixel --- compose.yaml | 3 ++- custom/templates/base.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 9ba4564..085bf66 100644 --- a/compose.yaml +++ b/compose.yaml @@ -2,7 +2,8 @@ version: '3.8' services: custom: - image: php:8.3.12-apache + # image: php:8.3.12-apache + image: php:8.4.14-apache container_name: stopplidelsen.no working_dir: /var/www/html/ volumes: diff --git a/custom/templates/base.php b/custom/templates/base.php index 1c7cbbe..f4d9aef 100644 --- a/custom/templates/base.php +++ b/custom/templates/base.php @@ -63,6 +63,6 @@ function getActiveClass($href) { return rtrim(parse_url($_SERVER['REQUEST_URI'], - +