web/edito/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 20 May 2015 19:00:27 +0200
changeset 1240 d7d4f53f2526
parent 797 c3543cde84c8
permissions -rw-r--r--
put back the annotation server url

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