]> git.ozlabs.org Git - ccan/blobdiff - web/staticall.php
nfs: initial import.
[ccan] / web / staticall.php
index d93a26f27ac005e048f36e05588d7f3ef76e4743..1998e147718aa4667ac55f271952f14714edccde 100644 (file)
@@ -28,7 +28,7 @@ Or you can just download the <a href="ccan.tar.bz2">tarball of everything includ
 $d = dir($argv[1]);
 $modules = array();
 while (false !== ($entry = $d->read())) {
-       if ($entry[0] != '.') {
+       if ($entry[0] != '.' && is_file($argv[1].$entry."/_info")) {
                array_push($modules, $entry);
        }
 }