website view lib/index.php @ rev 1179

images/sponsor/ads.png: transparent -> white
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 18 10:49:39 2014 +0000 (2014-01-18)
parents
children
line source
1 <?php
2 header("HTTP/1.1 301 Moved Permanently");
3 header("Location: http://www.slitaz.org/");
4 exit();
5 ?>