index.php 303 B

1234567891011121314
  1. <?php require("./stats.php"); ?>
  2. <!DOCTYPE html5>
  3. <html>
  4. <head>
  5. <script>
  6. <?php if (!isset($_GET["PRERELEASE"])) echo 'document.location.href="/kiwi/";'; ?>
  7. </script>
  8. </head>
  9. <body>
  10. <a href="/kiwi">Kiwi service</a>
  11. MEUH2
  12. <?php printNbUserPerChannelAsTable(); ?>
  13. </body>
  14. </html>