diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-11-29 08:50:47 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-11-29 08:50:47 +0000 |
commit | 94d993d8383710dbc87ea12e2a978e43e26f78e2 (patch) | |
tree | 20544d78de6754abe36a1b0a8b78f03e0c95a176 /modules | |
parent | bda730ec5f252c4dc436efcee498b50b2df8c59a (diff) | |
download | ampache-94d993d8383710dbc87ea12e2a978e43e26f78e2.tar.gz ampache-94d993d8383710dbc87ea12e2a978e43e26f78e2.tar.bz2 ampache-94d993d8383710dbc87ea12e2a978e43e26f78e2.zip |
fixed another snoopy flaw and cleaned up for alpha3s release
Diffstat (limited to 'modules')
-rw-r--r-- | modules/init.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/init.php b/modules/init.php index a098d8ee..ad049062 100644 --- a/modules/init.php +++ b/modules/init.php @@ -83,7 +83,7 @@ if (!$results['conf']['allow_stream_playback']) { } $results['conf']['web_path'] = $http_type . $_SERVER['HTTP_HOST'] . $results['conf']['web_path']; -$results['conf']['version'] = '3.3.2-Alpha3 Build (002)'; +$results['conf']['version'] = '3.3.2-Alpha3'; $results['conf']['catalog_file_pattern']= 'mp3|mpc|m4p|m4a|mp4|aac|ogg|rm|wma|asf|flac|spx'; $results['libglue']['local_table'] = 'session'; $results['libglue']['local_sid'] = 'id'; |