aboutsummaryrefslogtreecommitdiffstats
path: root/modules/planet
diff options
context:
space:
mode:
authorDamien Lallement <dams@mageia.org>2011-02-18 13:41:28 +0000
committerDamien Lallement <dams@mageia.org>2011-02-18 13:41:28 +0000
commit4765efd5904642b5f1d54f629b6dbecf938965bc (patch)
tree7be50e6f269e210e5ca04c9c0e8a199ba526fd36 /modules/planet
parent1267b6eaf7c5e611759cca12ed5295edce53f4ba (diff)
downloadpuppet-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')
-rw-r--r--modules/planet/templates/index.php2
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>';
}