slitaz-forge diff mirror/root/dir-generator.php @ rev 463

pkgs: fix maintainer cloud
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 18 10:29:24 2014 +0000 (2014-02-18)
parents f53863f3e839
children 40ad99b9e839
line diff
     1.1 --- a/mirror/root/dir-generator.php	Thu Nov 28 11:34:10 2013 +0000
     1.2 +++ b/mirror/root/dir-generator.php	Tue Feb 18 10:29:24 2014 +0000
     1.3 @@ -356,6 +356,8 @@
     1.4  		if ($item == ".folderlist") continue;
     1.5  		if ($item == ".filelist") continue;
     1.6  		if ($item == "dir-generator.php") continue;
     1.7 +		if ($item == "robots.txt") continue;
     1.8 +		if ($item == "humans.txt") continue;
     1.9  		if(is_dir($path.'/'.$item) and $item != '.' and $item != '..') {
    1.10  			$folderlist[] = array(
    1.11  				'name' => $item,