Fix stats.php

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-01-13 17:50:00 -05:00
parent 7d474674b7
commit 6ef8b2ea5c
Signed by untrusted user: cobra
GPG Key ID: 4FD8F812083FF6F9
1 changed files with 7 additions and 7 deletions

View File

@ -20,21 +20,21 @@
<p>Below are several graphs for statistics of many of our servers.</p>
<div class=h><h2 id=users>User Registrations</h2> <a aria-hidden=true href=#users>#users</a></div>
<svg><?php echo file_get_contents("./gnuplot/users/" . date("Y-m-d") . ".svg"); ?></svg>
<?php echo file_get_contents("./gnuplot/users/" . date("Y-m-d") . ".svg"); ?>
<div class=h><h2 id=tilserv>Tildeserver</h2> <a aria-hidden=true href=#tilserv>#tilserv</a></div>
<svg><?php echo file_get_contents("./gnuplot/net/" . date("Y-m-d") . ".svg"); ?></svg>
<svg><?php echo file_get_contents("./gnuplot/power/" . date("Y-m-d") . ".svg"); ?></svg>
<?php echo file_get_contents("./gnuplot/net/" . date("Y-m-d") . ".svg"); ?>
<?php echo file_get_contents("./gnuplot/power/" . date("Y-m-d") . ".svg"); ?>
<div class=h><h2 id=mythos>Mythos</h2> <a aria-hidden=true href=#mythos>#mythos</a></div>
<svg><?php echo file_get_contents("./gnuplot/mythos/" . date("Y-m-d") . ".svg"); ?></svg>
<?php echo file_get_contents("./gnuplot/mythos/" . date("Y-m-d") . ".svg"); ?>
<div class=h><h2 id=iceberg>Iceberg</h2> <a aria-hidden=true href=#iceberg>#iceberg</a></div>
<svg><?php echo file_get_contents("./gnuplot/iceberg/" . date("Y-m-d") . ".svg"); ?></svg>
<?php echo file_get_contents("./gnuplot/iceberg/" . date("Y-m-d") . ".svg"); ?>
<div class=h><h2 id=crescent>Crescent</h2> <a aria-hidden=true href=#crescent>#crescent</a></div>
<svg><?php echo file_get_contents("./gnuplot/crescent/net/" . date("Y-m-d") . ".svg"); ?></svg>
<svg><?php echo file_get_contents("./gnuplot/crescent/power/" . date("Y-m-d") . ".svg"); ?></svg>
<?php echo file_get_contents("./gnuplot/crescent/net/" . date("Y-m-d") . ".svg"); ?>
<?php echo file_get_contents("./gnuplot/crescent/power/" . date("Y-m-d") . ".svg"); ?>
<!--#include file="footer.cgi" -->
</body>