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,