website view lib/index.php @ rev 1323

Update project (c) date on all pages
author Christophe Lincoln <pankso@slitaz.org>
date Fri Mar 16 23:57:38 2018 +0100 (2018-03-16)
parents
children
line source
1 <?php
2 header("HTTP/1.1 301 Moved Permanently");
3 header("Location: http://www.slitaz.org/");
4 exit();
5 ?>