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

Add Japanese section (WIP) (thanks Keiichi Shiga)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jan 15 10:53:32 2017 +0200 (2017-01-15)
parents
children
line source
1 <?php
2 header("HTTP/1.1 301 Moved Permanently");
3 header("Location: http://www.slitaz.org/");
4 exit();
5 ?>