9 lines
195 B
PHP
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();
|
|
?>
|