website rev 1008

add dumb index.php (HTTP 301) to /lib/* to prevent directory listing
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Mar 29 17:55:06 2012 +0300 (2012-03-29)
parents c06d415c5eb9
children 7828848d9baa
files lib/html/index.php lib/index.php lib/js/index.php
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lib/html/index.php	Thu Mar 29 17:55:06 2012 +0300
     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 +?>
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/lib/index.php	Thu Mar 29 17:55:06 2012 +0300
     2.3 @@ -0,0 +1,5 @@
     2.4 +<?php
     2.5 +header("HTTP/1.1 301 Moved Permanently");
     2.6 +header("Location: http://www.slitaz.org/");
     2.7 +exit();
     2.8 +?>
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/lib/js/index.php	Thu Mar 29 17:55:06 2012 +0300
     3.3 @@ -0,0 +1,5 @@
     3.4 +<?php
     3.5 +header("HTTP/1.1 301 Moved Permanently");
     3.6 +header("Location: http://www.slitaz.org/");
     3.7 +exit();
     3.8 +?>