Fix "undefined variable $version" warnings

This commit is contained in:
Sainan 2025-02-19 07:59:04 +01:00
parent aa79e6a10e
commit be34b48b20

View File

@ -1,6 +1,6 @@
<?php <?php
$dll_version = @file_get_contents("supplementals/client drop-in/latest.txt"); $dll_version = @file_get_contents("supplementals/client drop-in/latest.txt");
//$version = json_decode(file_get_contents("supplementals/static data/buildConfig.json"), true)["version"]; $version = ""; //json_decode(file_get_contents("supplementals/static data/buildConfig.json"), true)["version"];
?> ?>
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>