diff options
author | Damien Lallement <dams@mageia.org> | 2011-02-18 13:41:28 +0000 |
---|---|---|
committer | Damien Lallement <dams@mageia.org> | 2011-02-18 13:41:28 +0000 |
commit | 4765efd5904642b5f1d54f629b6dbecf938965bc (patch) | |
tree | 7be50e6f269e210e5ca04c9c0e8a199ba526fd36 /modules/planet/templates | |
parent | 1267b6eaf7c5e611759cca12ed5295edce53f4ba (diff) | |
download | puppet-4765efd5904642b5f1d54f629b6dbecf938965bc.tar puppet-4765efd5904642b5f1d54f629b6dbecf938965bc.tar.gz puppet-4765efd5904642b5f1d54f629b6dbecf938965bc.tar.bz2 puppet-4765efd5904642b5f1d54f629b6dbecf938965bc.tar.xz puppet-4765efd5904642b5f1d54f629b6dbecf938965bc.zip |
hide 'test-2' repo (I hate boklm :-p)
Diffstat (limited to 'modules/planet/templates')
-rw-r--r-- | modules/planet/templates/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/planet/templates/index.php b/modules/planet/templates/index.php index 394c8aad..fff6d82d 100644 --- a/modules/planet/templates/index.php +++ b/modules/planet/templates/index.php @@ -9,7 +9,7 @@ function displayloc($path = ''){ } foreach(displayloc('.') as $loc) - if(is_dir($loc) && $loc != "test" && $loc != "test2") + if(is_dir($loc) && $loc != "test" && $loc != "test-2") { echo '<li><a href="'.$loc.'">'.$loc.'</a></li>'; } |