website view lib/index.php @ rev 1354

News clean up
author Christophe Lincoln <pankso@slitaz.org>
date Wed Sep 21 12:27:46 2022 +0200 (20 months ago)
parents
children
line source
1 <?php
2 header("HTTP/1.1 301 Moved Permanently");
3 header("Location: http://www.slitaz.org/");
4 exit();
5 ?>