diff options
author | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-10-06 16:58:31 +0000 |
---|---|---|
committer | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-10-06 16:58:31 +0000 |
commit | 4f3d8851cf325cf5a8465ca6880c48f74629b449 (patch) | |
tree | 1eee4932b98ae7dc956fb30e71ff1a3996e46887 /lib/init.php | |
parent | 2066c7908b5a033415022ad50102be48e2c4d4ab (diff) | |
download | ampache-4f3d8851cf325cf5a8465ca6880c48f74629b449.tar.gz ampache-4f3d8851cf325cf5a8465ca6880c48f74629b449.tar.bz2 ampache-4f3d8851cf325cf5a8465ca6880c48f74629b449.zip |
Break everyone's config by changing metadata gathering.
Diffstat (limited to 'lib/init.php')
-rw-r--r-- | lib/init.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/init.php b/lib/init.php index 59f1ba4f..979b500f 100644 --- a/lib/init.php +++ b/lib/init.php @@ -91,7 +91,7 @@ if (!function_exists('hash') OR !function_exists('inet_pton') OR (strtoupper(sub /** This is the version.... fluf nothing more... **/ $results['version'] = '3.6-Alpha1 '. $svn_version; -$results['int_config_version'] = '10'; +$results['int_config_version'] = '11'; $results['raw_web_path'] = $results['web_path']; $results['web_path'] = $http_type . $_SERVER['HTTP_HOST'] . $results['web_path']; |