aboutsummaryrefslogtreecommitdiffstats
path: root/modules/planet/templates/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/planet/templates/index.php')
-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>';
}