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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1132 - (hide annotations) (download)
Fri Feb 18 13:35:10 2011 UTC (13 years, 2 months ago) by dams
File size: 353 byte(s)
typo
1 dams 1131 <html>
2     <body>
3     <h1>Planet Mageia</h1>
4     <h3>Please choose one of the following locales:</h3>
5     <ul>
6     <?php
7     function displayloc($path = ''){
8     return array_slice(scandir($path), 2);
9     }
10    
11     foreach(displayloc('.') as $loc)
12     if(is_dir($loc))
13     {
14     echo '<li><a href="'.$loc.'">'.$loc.'</a></li>';
15     }
16     ?>
17     </ul>
18 dams 1132 <h3>How to be listed in Planet Mageia</h3>
19 dams 1131 </body>
20     </html>

  ViewVC Help
Powered by ViewVC 1.1.30