index.php 297 B

12345678910111213
  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. <?php printNbUserPerChannelAsTable(); ?>
  12. </body>
  13. </html>