website view lib/html/index.php @ rev 1260

RC3 annonce (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 02 11:18:54 2015 +0200 (2015-06-02)
parents
children
line source
1 <?php
2 header("HTTP/1.1 301 Moved Permanently");
3 header("Location: http://www.slitaz.org/");
4 exit();
5 ?>