website view lib/index.php @ rev 1300

Update paths in lib/get-feeds.php
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 25 00:37:47 2017 +0100 (2017-03-25)
parents
children
line source
1 <?php
2 header("HTTP/1.1 301 Moved Permanently");
3 header("Location: http://www.slitaz.org/");
4 exit();
5 ?>