From bfebf441b856b7aa9fe62966174ea0fa3447fa83 Mon Sep 17 00:00:00 2001 From: lolcat Date: Sat, 5 Sep 2026 20:13:37 -0400 Subject: [PATCH] british deftones be like go get yor noife go get yor noife --- api/v2/graph.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/v2/graph.php b/api/v2/graph.php index 2c09bda..b39bf88 100644 --- a/api/v2/graph.php +++ b/api/v2/graph.php @@ -1,6 +1,7 @@ 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,