[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / prive / images / index.php
index 366f69b..93d338e 100644 (file)
@@ -5,18 +5,18 @@
        <link rel="up" href="../">
 </head>
 <body>
-       <center>
-               <h1>Index des icones de <a href='http://www.spip.net'>Spip</a></h1>
-               <table>
-<?php
-       $myDir = opendir('.');
-       while($file = readdir($myDir)) {
-               if (preg_match(",\.(png|gif)$,i", $file))
-                       echo "          <tr><td>$file</td><td><img src='$file' alt='$file' /></td></tr>\n";
-       }
-?>
-
-               </table>
-       </center>
+<center>
+       <h1>Index des icones de <a href='http://www.spip.net'>Spip</a></h1>
+       <table>
+               <?php
+               $myDir = opendir('.');
+               while ($file = readdir($myDir)) {
+                       if (preg_match(',\.(png|gif)$,i', $file)) {
+                               echo "          <tr><td>$file</td><td><img src='$file' alt='$file' /></td></tr>\n";
+                       }
+               }
+               ?>
+       </table>
+</center>
 </body>
 </html>
\ No newline at end of file