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

Some clean-up to nav menu
author Christophe Lincoln <pankso@slitaz.org>
date Mon Aug 24 13:58:14 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 ?>