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

Update i18n table.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Sep 17 15:04:46 2016 +0300 (2016-09-17)
parents
children
line source
1 <?php
2 header("HTTP/1.1 301 Moved Permanently");
3 header("Location: http://www.slitaz.org/");
4 exit();
5 ?>