website view lib/index.php @ rev 1198

Edit SliTaz rpi release
author Paul Issott <paul@slitaz.org>
date Sat Mar 29 19:26:32 2014 +0000 (2014-03-29)
parents
children
line source
1 <?php
2 header("HTTP/1.1 301 Moved Permanently");
3 header("Location: http://www.slitaz.org/");
4 exit();
5 ?>