Update PHP version to 8.4.14 and hide analytics pixel

This commit is contained in:
Ruben 2025-11-01 23:42:13 +01:00
parent e00e8e790f
commit 45de82b8df
2 changed files with 3 additions and 2 deletions

View file

@ -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:

View file

@ -63,6 +63,6 @@ function getActiveClass($href) { return rtrim(parse_url($_SERVER['REQUEST_URI'],
</div>
</footer>
</div>
<img src="https://stopplidelsen.goatcounter.com/count?p=<?= htmlspecialchars($_SERVER['REQUEST_URI']) ?>">
<img style="display:none" src="https://stopplidelsen.goatcounter.com/count?p=<?= htmlspecialchars($_SERVER['REQUEST_URI']) ?>">
</body>
</html>