website view lib/index.php @ rev 1307

german page asso included
author Hans-G?nter Theisgen
date Wed Apr 12 21:26:32 2017 +0100 (2017-04-12)
parents
children
line source
1 <?php
2 header("HTTP/1.1 301 Moved Permanently");
3 header("Location: http://www.slitaz.org/");
4 exit();
5 ?>