website view lib/index.php @ rev 1271

Update ru/* to last style
author Christophe Lincoln <pankso@slitaz.org>
date Mon Aug 24 16:15:38 2015 +0200 (2015-08-24)
parents
children
line source
1 <?php
2 header("HTTP/1.1 301 Moved Permanently");
3 header("Location: http://www.slitaz.org/");
4 exit();
5 ?>