aboutsummaryrefslogtreecommitdiff
path: root/help.php
diff options
context:
space:
mode:
authorroot2014-03-02 00:25:34 +0100
committerroot2014-03-02 00:25:34 +0100
commit7b9d516cd3bcdb8eaa5f1eb533d71010061c681b (patch)
treea8bb3bd5ed56525461b44bd71aa9c8e843081dc9 /help.php
parent82185753906709f9944a07c35a809736cf979afe (diff)
downloadjungegemeinde-7b9d516cd3bcdb8eaa5f1eb533d71010061c681b.tar.gz
rm stuff
Diffstat (limited to 'help.php')
-rw-r--r--help.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/help.php b/help.php
deleted file mode 100644
index 8a3aa22..0000000
--- a/help.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php include('auth.php');
-
-/* Copyright Maximilian Möhring, 2013
-Licensed under the GPL. Read LICENSE for more Information.*/
-
-include("header.php");
-
-echo "<br><br><h1>Noch nicht implementiert.</h1>";
-
-header("Refresh: 3; index.php");
-?>