website view lib/js/index.php @ rev 1174

Update Facebook Box module
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jan 08 13:49:24 2014 +0100 (2014-01-08)
parents
children
line source
1 <?php
2 header("HTTP/1.1 301 Moved Permanently");
3 header("Location: http://www.slitaz.org/");
4 exit();
5 ?>