Fix guide.php errors when using PHP development server

This commit is contained in:
Sainan 2025-02-06 21:59:16 +01:00
parent 6af0193870
commit 5962cd96bb

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>