forked from OpenWF/Website
		
	Fix guide.php errors when using PHP development server
This commit is contained in:
		
							parent
							
								
									6af0193870
								
							
						
					
					
						commit
						5962cd96bb
					
				@ -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"];
 | 
			
		||||
$dll_version = @file_get_contents("supplementals/client drop-in/latest.txt");
 | 
			
		||||
//$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