website view lib/index.php @ rev 1044

Small CSS fix for lang and so fix sponsor box position, plusfew changes
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 10 10:00:43 2012 +0200 (2012-04-10)
parents
children
line source
1 <?php
2 header("HTTP/1.1 301 Moved Permanently");
3 header("Location: http://www.slitaz.org/");
4 exit();
5 ?>