website view lib/index.php @ rev 1071

get-feeds: rel='nofollow' to scn and forum activity
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 29 11:17:30 2012 +0000 (2012-06-29)
parents
children
line source
1 <?php
2 header("HTTP/1.1 301 Moved Permanently");
3 header("Location: http://www.slitaz.org/");
4 exit();
5 ?>