version changes

This commit is contained in:
2025-08-07 10:10:20 +00:00
parent a91c21ecfd
commit c0c8a43c77

View File

@@ -497,7 +497,8 @@ switch ($_GET["op"]) {
$arr = check_response("version");
if (!empty($arr)) {
$data = $arr["version"];
echo $data["VERSION"];
echo "Framework version: ".$data["VERSION"]."\n";
echo "Frontend version: 1.1.13";
}
else echo "Version not found";
break;