Online state
This commit is contained in:
7
inhalt.php
Normal file
7
inhalt.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
if(isset($_GET['section']) AND isset($dateien[$_GET['section']])) {
|
||||
include $dateien[$_GET['section']];
|
||||
} else {
|
||||
include $dateien['home'];
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user