First refactoring to PHP 8.1

This commit is contained in:
Christian Steinle
2022-09-13 07:59:50 +02:00
parent a3edc1f2c2
commit 666eafa30a
18 changed files with 174 additions and 187 deletions

View File

@@ -1,7 +1,8 @@
<?php
global $dateien;
if(isset($_GET['section']) AND isset($dateien[$_GET['section']])) {
include $dateien[$_GET['section']];
} else {
include $dateien['home'];
}
?>