website view lib/index.php @ rev 1160

Update distrowatch footer link redo
author Richard Dunbar <mojo@slitaz.org>
date Mon Mar 11 19:37:20 2013 +0000 (2013-03-11)
parents
children
line source
1 <?php
2 header("HTTP/1.1 301 Moved Permanently");
3 header("Location: http://www.slitaz.org/");
4 exit();
5 ?>