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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1132 - (show annotations) (download)
Fri Feb 18 13:35:10 2011 UTC (13 years, 1 month ago) by dams
File size: 353 byte(s)
typo
1 <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 <h3>How to be listed in Planet Mageia</h3>
19 </body>
20 </html>

  ViewVC Help
Powered by ViewVC 1.1.30