diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-02-19 09:00:23 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-02-19 09:00:23 +0000 |
commit | 062398443b26b4f146e5d6866b452857a09759e8 (patch) | |
tree | b6dfc477c31eb39cf6e6f23582fd87826f5b68ba /modules | |
parent | cbfb6bc3f38bae0a05f7fab5e7fe9569b9464d40 (diff) | |
download | ampache-062398443b26b4f146e5d6866b452857a09759e8.tar.gz ampache-062398443b26b4f146e5d6866b452857a09759e8.tar.bz2 ampache-062398443b26b4f146e5d6866b452857a09759e8.zip |
tweaked catalog drop down, added bandwidth throttling and fixed some spelling errors
Diffstat (limited to 'modules')
-rw-r--r-- | modules/init.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/init.php b/modules/init.php index 0a98921a..b4ccffa9 100644 --- a/modules/init.php +++ b/modules/init.php @@ -78,9 +78,14 @@ if (!$results['allow_stream_playback']) { $results['allow_stream_playback'] = "true"; } + +/** This is the version.... fluf nothing more... **/ +$results['version'] = '3.3.2-Beta2 (Build 007)'; + + + $results['raw_web_path'] = $results['web_path']; $results['web_path'] = $http_type . $_SERVER['HTTP_HOST'] . $results['web_path']; -$results['version'] = '3.3.2-Beta2 (Build 006)'; $results['catalog_file_pattern']= 'mp3|mpc|m4p|m4a|mp4|aac|ogg|rm|wma|asf|flac|spx|ra'; $results['http_port'] = $_SERVER['SERVER_PORT']; if (!$results['prefix']) { |