just-click
Erfahrenes Mitglied
PHP:
<?
if(isset($_GET['action']) AND isset($action[$_GET['action']]))
{
if(!file_exists($action[$_GET['action']])) echo "Die Datei ist nicht vorhanden.";
include $action[$_GET['action']];
}
else
{
include $dateien['home'];
}
?>
Das ist des Rätsels Lösung
Zuletzt bearbeitet: