Files
afup/htdocs/ask/barometre/index.php
2014-04-20 13:38:56 +02:00

4 lines
54 B
PHP

<?php
header('Location: 2014.html',true,302);
exit;
?>