Use the correct endpoint for MAXLOGAGE

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
RD WebDesign
2022-06-01 00:39:04 -03:00
parent 89608e146e
commit 730b6b093b
+1 -1
View File
@@ -64,7 +64,7 @@ if (isset($_GET['summary']) || isset($_GET['summaryRaw']) || !count($_GET)) {
}
if (isset($_GET["getMaxlogage"]) && $auth) {
$return = callFTLAPI("stats");
$return = callFTLAPI("maxlogage");
if (array_key_exists("FTLnotrunning", $return)) {
$data = array("FTLnotrunning" => true);
} else {