website diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lib/html/index.php	Wed Apr 04 18:48:52 2012 +0300
     1.3 @@ -0,0 +1,5 @@
     1.4 +<?php
     1.5 +header("HTTP/1.1 301 Moved Permanently");
     1.6 +header("Location: http://www.slitaz.org/");
     1.7 +exit();
     1.8 +?>