Skip to content

Commit

Permalink
Use the correct endpoint for MAXLOGAGE
Browse files Browse the repository at this point in the history
Signed-off-by: RD WebDesign <[email protected]>
  • Loading branch information
rdwebdesign committed Jun 1, 2022
1 parent 89608e1 commit 730b6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api_FTL.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
}

if (isset($_GET["getMaxlogage"]) && $auth) {
$return = callFTLAPI("stats");
$return = callFTLAPI("maxlogage");
if (array_key_exists("FTLnotrunning", $return)) {
$data = array("FTLnotrunning" => true);
} else {
Expand Down

0 comments on commit 730b6b0

Please sign in to comment.