öffne die index im ordner adminforce, markiere alles, lösche es und setze das hier rein
PHP-Code:
<?
@include_once('lib/header.php');
@include_once('content'.$_GET['content'].'.php');
@include_once('lib/footer.php');
?>