From 56ce11f771d173f559f2608c83422a94fcc37165 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 22 Jan 2007 08:39:24 +0000 Subject: added config version check, fixed play selected bug reported by chenb and fixed wmp11 now playing issue --- lib/init.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/init.php') diff --git a/lib/init.php b/lib/init.php index b0f55d7c..f3c2f109 100644 --- a/lib/init.php +++ b/lib/init.php @@ -67,7 +67,8 @@ if (!$results = read_config($configfile,0)) { } /** This is the version.... fluf nothing more... **/ -$results['version'] = '3.3.3 Build (003)'; +$results['version'] = '3.3.3 Build (004)'; +$results['int_config_version'] = '1'; $results['raw_web_path'] = $results['web_path']; $results['web_path'] = $http_type . $_SERVER['HTTP_HOST'] . $results['web_path']; -- cgit