website view lib/html/index.php @ rev 1337

Add servers button
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 26 11:39:06 2019 +0100 (2019-11-26)
parents
children
line source
1 <?php
2 header("HTTP/1.1 301 Moved Permanently");
3 header("Location: http://www.slitaz.org/");
4 exit();
5 ?>