index.php 253 B

12345678910111213
  1. <html>
  2. <head>
  3. <title>Install</title>
  4. <script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
  5. <script src="index.js"></script>
  6. </head>
  7. <body>
  8. <!-- TODO add containers for content -->
  9. <?php
  10. print_r($_GET);
  11. ?>
  12. </body>
  13. </html>