From 13d322858b3c42629f51681f063bee700ca3b25b Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 24 Sep 2008 21:02:16 +0000 Subject: Closes 374: Using get_version function instead of including the version file. git-svn-id: https://code.elgg.org/elgg/trunk@2123 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/updateclient/start.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mod/updateclient/start.php') 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']) || -- cgit v1.2.3