web/costech-sn-formats-receptions-editorialisation/index.php
changeset 1248 a56723b35412
parent 1247 078d178bf81b
child 1276 0342efc0b08c
equal deleted inserted replaced
1247:078d178bf81b 1248:a56723b35412
     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: index.php");
     4 header("Location: client.php");
     5 exit();
     5 exit();
     6 ?>
     6 ?>