15.04.2012, 09:50
ich bentuze
PHP-Code:
<?php switch($_GET['site']){
default: include("start.php"); break;
case 'login': include("login.php"); break;
case 'profile': include("profile.php"); break;
case 'toplist': include("toplist.php"); break;
case 'signup': include("signup.php"); break;
case 'rules': include("rules.php"); break;
case 'contact': include("contact.php"); break;
case 'settings': include("settings.php"); break;
case 'rcah': include("rcah.php"); break;
case 'loggedin': include("logged.php"); break;
case 'was': include("bringt.php"); break;
case 'preise': include("gewinn.php"); break;
}
?>
ist doh auch sicher oder?