1 2 3 4 5 6 7
<?php include('auth.php'); include("header.php"); echo "<br><br><h1>Noch nicht implementiert.</h1>"; header("Refresh: 3; index.php"); ?>