version mod
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2025-08-07 10:37:41 +00:00
parent 46cf0f1f4e
commit cb07365020

View File

@@ -498,9 +498,9 @@ switch ($_GET["op"]) {
if (!empty($arr)) {
$data = $arr["version"];
echo "Framework version: ".$data["VERSION"]."\n";
echo "Frontend version: 1.1.13";
}
else echo "Version not found";
echo "Frontend version: 1.1.14";
break;
case "repositories":
$arr = array("STATUS" => 0);