diff --git a/scan.php b/scan.php index 41a59d0..c238e40 100644 --- a/scan.php +++ b/scan.php @@ -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); diff --git a/version.html b/version.html new file mode 100644 index 0000000..645377e --- /dev/null +++ b/version.html @@ -0,0 +1 @@ +1.1.15