- <?php require("./stats.php"); ?>
- <!DOCTYPE html5>
- <html>
- <head>
- <script>
- <?php if (!isset($_GET["PRERELEASE"])) echo 'document.location.href="/kiwi/";'; ?>
- </script>
- </head>
- <body>
- <a href="/kiwi">Kiwi service</a>
- <?php printNbUserPerChannelAsTable(); ?>
- </body>
- </html>
|