Online state

This commit is contained in:
chsteinle
2022-02-21 10:50:45 +01:00
commit 7d3520eecb
41 changed files with 626 additions and 0 deletions

7
inhalt.php Normal file
View File

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