website view lib/index.php @ rev 1317

references to german news pages
author Hans-G?nter Theisgen
date Sun May 28 17:23:45 2017 +0100 (2017-05-28)
parents
children
line source
1 <?php
2 header("HTTP/1.1 301 Moved Permanently");
3 header("Location: http://www.slitaz.org/");
4 exit();
5 ?>