gluon-web-remote

Web remote Administration for big size of gluon routers
git clone git://archive.git.mtrnord.blog/MTRNord/gluon-web-remote.git
Log | Files | Refs | README

index.php (359B)


      1 <!DOCTYPE html>
      2 <body>
      3     <html>
      4         <meta charset="utf-8" />
      5     </html>
      6     <body>
      7         <h1>Captchas gallery</h1>
      8         <?php for ($x=0; $x<8; $x++) { ?>
      9             <?php for ($y=0; $y<5; $y++) { ?>
     10                 <img src="output.php?n=<?php echo 5*$x+$y; ?>" />
     11             <?php } ?>
     12             <br />
     13         <?php } ?>
     14     </body>
     15 </body>