summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-02-19 09:00:23 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-02-19 09:00:23 +0000
commit062398443b26b4f146e5d6866b452857a09759e8 (patch)
treeb6dfc477c31eb39cf6e6f23582fd87826f5b68ba /modules
parentcbfb6bc3f38bae0a05f7fab5e7fe9569b9464d40 (diff)
downloadampache-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.php7
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']) {