website view lib/index.php @ rev 1206

en: tiny edits
author Paul Issott <paul@slitaz.org>
date Sat Apr 19 00:45:31 2014 +0100 (2014-04-19)
parents
children
line source
1 <?php
2 header("HTTP/1.1 301 Moved Permanently");
3 header("Location: http://www.slitaz.org/");
4 exit();
5 ?>