From 9b9e8f1130ad6eb99a356de63aa6bcf991dffb19 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 31 Jul 2006 16:34:26 +0000 Subject: [PATCH] r981: Make some changes to the version check URL --- admin/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/index.php b/admin/index.php index 0bf1fff..9ebf74c 100755 --- a/admin/index.php +++ b/admin/index.php @@ -29,7 +29,7 @@ $admin->page_start('Home'); if (!defined('NO_VERSION_CHEK') OR constant('NO_VERSION_CHECK') != true) { - $check = @file_get_contents('http://www.bluestatic.org/versioncheck.php?prod=bugdar&ver=' . $bugsys->options['trackerversion']); + $check = @file_get_contents('http://www.bluestatic.org/versioncheck.php?prod=bugdar&ver=' . str_replace(' ', '-', $bugsys->options['trackerversion'])); if (strpos($check, '') !== false) { $check = $bugsys->xml->parse($check); -- 2.22.5