web/fens2012/client.php
author salimr <riwad.salim@yahoo.fr>
Fri, 14 Sep 2018 15:44:27 +0200
changeset 1435 228471fbc9fa
parent 635 1d9380c8847f
permissions -rw-r--r--
Add marathon Serpentine 2018 event

<?php
// Permanent redirection
header("HTTP/1.1 301 Moved Permanently");
header("Location: select.php");
exit();
?>