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 --- engine/lib/ping.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'engine/lib') diff --git a/engine/lib/ping.php b/engine/lib/ping.php index ed119b50a..24b74a551 100644 --- a/engine/lib/ping.php +++ b/engine/lib/ping.php @@ -26,7 +26,9 @@ { global $NOTIFICATION_SERVER, $CONFIG; - include_once($CONFIG->path . "version.php"); + // Get version information + $version = get_version(); + $release = get_version(true); // Get export $export = export($site->guid); -- cgit v1.2.3