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

pt: utf-8
author Paul Issott <paul@slitaz.org>
date Sat Mar 31 17:19:39 2012 +0100 (2012-03-31)
parents
children
line source
1 <?php
2 header("HTTP/1.1 301 Moved Permanently");
3 header("Location: http://www.slitaz.org/");
4 exit();
5 ?>