aboutsummaryrefslogtreecommitdiff
path: root/www/help.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/help.php')
-rw-r--r--www/help.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/help.php b/www/help.php
deleted file mode 100644
index 89d7e33..0000000
--- a/www/help.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-
-/* Copyright Maximilian Möhring, 2013
-Licensed under the GPL. Read LICENSE for more Information.*/
-
-include("static/header.php");
-
-header("Refresh: 3; https://".$_SERVER["HTTP_HOST"]."/Startseite");
-echo "<br><br><h1>Noch nicht implementiert.</h1>";
-
-?>