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

ru: in fact, two sections has not yet been translated
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Apr 04 18:48:52 2012 +0300 (2012-04-04)
parents
children
line source
1 <?php
2 header("HTTP/1.1 301 Moved Permanently");
3 header("Location: http://www.slitaz.org/");
4 exit();
5 ?>