2 Commits

Author SHA1 Message Date
cb07365020 version mod
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2025-08-07 10:37:41 +00:00
46cf0f1f4e vpn_ff fix
All checks were successful
continuous-integration/drone/push Build is passing
2025-08-07 10:19:13 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@
</label>
-->
<span id="vpn_on" class="hidden"><img src="/img/on.png" alt="on" /></span>
<span id="vpn_ff" class="hidden"><img src="/img/off.png" alt="off" /></span>
<span id="vpn_off" class="hidden"><img src="/img/off.png" alt="off" /></span>
</div>
</div>
</div>

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);