website view lib/index.php @ rev 1325

Up index for rolling branch
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 17 00:56:04 2018 +0100 (2018-03-17)
parents
children
line source
1 <?php
2 header("HTTP/1.1 301 Moved Permanently");
3 header("Location: http://www.slitaz.org/");
4 exit();
5 ?>