Übernahme des redesign2018-Zweiges

This commit is contained in:
marko
2018-06-30 11:20:39 +02:00
parent f3bce58dbb
commit 09fc579fd8
34 changed files with 2956 additions and 200 deletions

View File

@@ -0,0 +1,8 @@
<!--Smartphoneweiche-->
<?php
header("HTTP/1.1 301 Moved Permanently");
header("Status: 301 Moved Permanently");
header("Location: /mobile/verein.wettkampfkalender.php");
exit();
?>