diff options
Diffstat (limited to 'mod/updateclient/start.php')
| -rw-r--r-- | mod/updateclient/start.php | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/mod/updateclient/start.php b/mod/updateclient/start.php index a99532303..2cf8026c3 100644 --- a/mod/updateclient/start.php +++ b/mod/updateclient/start.php @@ -95,7 +95,9 @@  		{  			$result = $result->result; -			include_once($CONFIG->url . "version.php"); +			// Get version information +			$version = get_version(); +			$release = get_version(true);  			if (  				($version != $result['version']) || | 
