website view lib/index.php @ rev 1194

Try to fix lib/lang.php again
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 14 14:11:41 2014 +0200 (2014-03-14)
parents
children
line source
1 <?php
2 header("HTTP/1.1 301 Moved Permanently");
3 header("Location: http://www.slitaz.org/");
4 exit();
5 ?>