website view lib/html/index.php @ rev 1314

de/get/flavors.php updated according to english page
author Hans-G?nter Theisgen
date Mon May 01 10:40:59 2017 +0100 (2017-05-01)
parents
children
line source
1 <?php
2 header("HTTP/1.1 301 Moved Permanently");
3 header("Location: http://www.slitaz.org/");
4 exit();
5 ?>