aboutsummaryrefslogtreecommitdiff
path: root/help.php
blob: 3fba16b64917c15b72f2f5d4d8f0d1bd811bb361 (plain)
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");
?>