Files
homepage/inhalt.php

6 lines
155 B
PHP

<?php
if (isset($_GET['section']) and isset($dateien[$_GET['section']])) {
include $dateien[$_GET['section']];
} else {
include $dateien['will'];
}