british deftones be like go get yor noife go get yor noife

This commit is contained in:
2026-09-05 20:13:37 -04:00
parent 2305bd37f6
commit bfebf441b8
+2 -1
View File
@@ -1,6 +1,7 @@
<?php
date_default_timezone_set('America/Toronto');
include "../../data/config.php";
function get_requests($slug){
@@ -64,7 +65,7 @@ $graph = new graph();
echo $graph->render([
"title" => "Number of requests within the last 72 hours (non-cummulative)",
"subtitle" => date("jS M y @ g:ia", time()) . " || 24h=" . number_format($real_reqs_24h) . ", 72h=" . number_format($real_reqs_72h) . " || localhost:8000",
"subtitle" => date("jS M y @ g:ia", time()) . " || 24h=" . number_format($real_reqs_24h) . ", 72h=" . number_format($real_reqs_72h) . " || " . config::SERVER_NAME,
"x_label" => "<= Hours passed =>",
"y_label" => "<= Request count/hour =>",
"grad_x" => 25,