status.php 1.1 KB

123456789101112131415161718192021222324252627282930
  1. <?php
  2. include '../auth.php';
  3. ?>
  4. <html>
  5. <head>
  6. <meta name="apple-mobile-web-app-capable" content="yes" />
  7. <meta name="viewport" content="width=device-width, initial-scale=0.8, shrink-to-fit=no">
  8. <html>
  9. <head>
  10. <script type='text/javascript' charset='utf-8'>
  11. // Hides mobile browser's address bar when page is done loading.
  12. window.addEventListener('load', function(e) {
  13. setTimeout(function() { window.scrollTo(0, 1); }, 1);
  14. }, false);
  15. </script>
  16. <meta charset="UTF-8">
  17. <script src="../script/jquery.min.js"></script>
  18. <link rel="stylesheet" href="../script/tocas/tocas.css">
  19. <script type='text/javascript' src="../script/tocas/tocas.js"></script>
  20. <title>SYSTEM ArOZβ</title>
  21. </head>
  22. <body>
  23. <div class="ts pointing secondary menu">
  24. <a class="item" href="../"><i class="chevron left icon"></i></a>
  25. <a class="item" href="index.php";><i class="server icon"></i>SYSTEM</a>
  26. <a class="active item" href="status.php"><i class="area chart icon"></i>Status</a>
  27. </div>
  28. <iframe src="functions\system_statistic\index.php" width="100%" height="100%" frameBorder="0">Browser not compatible.</iframe>
  29. </body>