aboutsummaryrefslogtreecommitdiff
path: root/oldwww/help.php
blob: 8a3aa22bac1f1498c046e4a42088e59fcef4e599 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?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");
?>