Files
cwsvJudo/homepage/redesign2018/markdownExperiment/backup/pagesMobile/verein.wettkampfkalender.2012.php
2018-06-30 11:20:39 +02:00

9 lines
195 B
PHP

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