web/2011-2012-museo-ingenierie/index.php
changeset 595 71363e9b210c
parent 540 493724e19509
equal deleted inserted replaced
594:c15417d6d7be 595:71363e9b210c
     1 <?php
     1 <?php
     2 // Permanent redirection
     2 // Permanent redirection
     3 header("HTTP/1.1 301 Moved Permanently");
     3 header("HTTP/1.1 301 Moved Permanently");
     4 header("Location: client.php");
     4 header("Location: polemicaltimeline.php");
     5 exit();
     5 exit();
     6 ?>
     6 ?>