website view lib/index.php @ rev 1162

Remove old fundraising info box
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 25 23:01:14 2013 +0100 (2013-03-25)
parents
children
line source
1 <?php
2 header("HTTP/1.1 301 Moved Permanently");
3 header("Location: http://www.slitaz.org/");
4 exit();
5 ?>