web/edito-datacuration/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 13 Nov 2012 15:35:08 +0100
changeset 715 d5a14c8b23d4
parent 519 6c9669619fac
child 1186 e10c0c8ec4d5
permissions -rw-r--r--
replace '__DIR__' par __DIR__

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