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

Some clean-up (rm old symlimks) and content negociation in /index.php
author Christophe Lincoln <pankso@slitaz.org>
date Fri Mar 24 23:15:18 2017 +0100 (2017-03-24)
parents
children
line source
1 <?php
2 header("HTTP/1.1 301 Moved Permanently");
3 header("Location: http://www.slitaz.org/");
4 exit();
5 ?>