website view lib/index.php @ rev 1051

Add fr relnote; fix typos
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Apr 10 19:44:54 2012 +0300 (2012-04-10)
parents
children
line source
1 <?php
2 header("HTTP/1.1 301 Moved Permanently");
3 header("Location: http://www.slitaz.org/");
4 exit();
5 ?>