version.html
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 12:54:44 +00:00
parent c4a9272444
commit f08d9c7833
2 changed files with 2 additions and 1 deletions

View File

@@ -500,7 +500,7 @@ switch ($_GET["op"]) {
echo "Framework version: ".$data["VERSION"]."\n";
}
else echo "Framework version not found\n";
echo "Frontend version: 1.1.15";
echo "Frontend version: ".file_get_contents("version.html");
break;
case "repositories":
$arr = array("STATUS" => 0);

1
version.html Normal file
View File

@@ -0,0 +1 @@
1.1.15