website view lib/index.php @ rev 1268

Update news section and some fixes
author Christophe Lincoln <pankso@slitaz.org>
date Mon Aug 24 13:16:05 2015 +0200 (2015-08-24)
parents
children
line source
1 <?php
2 header("HTTP/1.1 301 Moved Permanently");
3 header("Location: http://www.slitaz.org/");
4 exit();
5 ?>