web/bpi-collectez-mes-donnees/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 18 Nov 2015 15:39:05 +0100
changeset 1295 03d2aa7b4967
parent 1248 a56723b35412
permissions -rw-r--r--
change default protocol

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