website view lib/index.php @ rev 1247

ru/index.php: rolling link
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Jan 09 16:57:35 2015 +0000 (2015-01-09)
parents
children
line source
1 <?php
2 header("HTTP/1.1 301 Moved Permanently");
3 header("Location: http://www.slitaz.org/");
4 exit();
5 ?>