/[adm]/puppet/modules/planet/templates/index.php
ViewVC logotype

Diff of /puppet/modules/planet/templates/index.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1135 by dams, Fri Feb 18 13:40:11 2011 UTC revision 1136 by dams, Fri Feb 18 13:41:28 2011 UTC
# Line 9  function displayloc($path = ''){ Line 9  function displayloc($path = ''){
9  }  }
10    
11  foreach(displayloc('.') as $loc)  foreach(displayloc('.') as $loc)
12          if(is_dir($loc) && $loc != "test" && $loc != "test2")          if(is_dir($loc) && $loc != "test" && $loc != "test-2")
13          {          {
14                  echo '<li><a href="'.$loc.'">'.$loc.'</a></li>';                  echo '<li><a href="'.$loc.'">'.$loc.'</a></li>';
15          }          }

Legend:
Removed from v.1135  
changed lines
  Added in v.1136

  ViewVC Help
Powered by ViewVC 1.1.30