website view lib/index.php @ rev 1308

changed Gesellschaft to Verein
author Hans-G?nter Theisgen
date Thu Apr 13 15:33:04 2017 +0100 (2017-04-13)
parents
children
line source
1 <?php
2 header("HTTP/1.1 301 Moved Permanently");
3 header("Location: http://www.slitaz.org/");
4 exit();
5 ?>