forked from OpenWF/Website
Fix "undefined variable $version" warnings
This commit is contained in:
parent
aa79e6a10e
commit
be34b48b20
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
$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>
|
||||
<html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user