Commit 761de0d1 authored by Nico Schallehn's avatar Nico Schallehn

404 NOT FOUND hinzugefügt

parent 6f432c63
......@@ -79,6 +79,16 @@ if($_GET["action"] == "impressum"){
</div>
</div>';
}else if(isset($_GET["action"])){
$content = '<div class="page-header">
<h1>404 Not Found</h1>
</div>
<div class="panel panel-default">
<div class="panel-body">
Die Seite konnte leider nicht gefunden werden :-(
</div>
</div>';
}else{ // Startseite
$content = '<div class="page-header">
<h1>Startseite</h1>
</div>
......@@ -88,9 +98,6 @@ if($_GET["action"] == "impressum"){
<small>Es sind schon '.$Useranzahl.' an Bord! Es sind '.$Useronline.' Online!</small><br><br><br>
</div>
</div>';
}else{ // Startseite
}
?>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment