website view lib/js/index.php @ rev 1303

new translation to German from en/index.php in de/index.php
author Hans-G?nter Theisgen
date Wed Mar 29 15:58:43 2017 +0100 (2017-03-29)
parents
children
line source
1 <?php
2 header("HTTP/1.1 301 Moved Permanently");
3 header("Location: http://www.slitaz.org/");
4 exit();
5 ?>