website diff lib/index.php @ rev 1173

clean up main index, add files and now waiting on CGI/SHell support
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jan 08 11:11:43 2014 +0100 (2014-01-08)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lib/index.php	Wed Jan 08 11:11:43 2014 +0100
     1.3 @@ -0,0 +1,5 @@
     1.4 +<?php
     1.5 +header("HTTP/1.1 301 Moved Permanently");
     1.6 +header("Location: http://www.slitaz.org/");
     1.7 +exit();
     1.8 +?>