website view lib/index.php @ rev 1046

ISO is on mirror! Let start to announce with RSS
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 10 17:31:03 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 ?>