From 4765efd5904642b5f1d54f629b6dbecf938965bc Mon Sep 17 00:00:00 2001 From: Damien Lallement Date: Fri, 18 Feb 2011 13:41:28 +0000 Subject: hide 'test-2' repo (I hate boklm :-p) --- modules/planet/templates/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/planet/templates') 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 '
  • '.$loc.'
  • '; } -- cgit v1.2.1