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: services:
custom: custom:
image: php:8.3.12-apache # image: php:8.3.12-apache
image: php:8.4.14-apache
container_name: stopplidelsen.no container_name: stopplidelsen.no
working_dir: /var/www/html/ working_dir: /var/www/html/
volumes: volumes:

View file

@ -63,6 +63,6 @@ function getActiveClass($href) { return rtrim(parse_url($_SERVER['REQUEST_URI'],
</div> </div>
</footer> </footer>
</div> </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> </body>
</html> </html>