website annotate 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
rev   line source
al@1008 1 <?php
al@1008 2 header("HTTP/1.1 301 Moved Permanently");
al@1008 3 header("Location: http://www.slitaz.org/");
al@1008 4 exit();
al@1008 5 ?>