diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-10 07:58:34 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-10 07:58:34 +0000 |
commit | 6cde9118b11c0ca82ef415ea30a54db1b30fc1ce (patch) | |
tree | 2a4c7398906c27fd0114486c48107943b3405a18 /lib/init.php | |
parent | 46ffeca144b7ef44572a5805061da246c8be5f3c (diff) | |
download | ampache-6cde9118b11c0ca82ef415ea30a54db1b30fc1ce.tar.gz ampache-6cde9118b11c0ca82ef415ea30a54db1b30fc1ce.tar.bz2 ampache-6cde9118b11c0ca82ef415ea30a54db1b30fc1ce.zip |
added basic MPD user permissions in, I didnt force a level for everyone so any existing setups will be defaulted to DENIED until they update their Localplay Level
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 0342b01f..4611e4f0 100644 --- a/lib/init.php +++ b/lib/init.php @@ -81,7 +81,7 @@ if (!count($results)) { } /** This is the version.... fluf nothing more... **/ -$results['version'] = '3.4-Alpha4 Build (003)'; +$results['version'] = '3.4-Alpha4 Build (004)'; $results['int_config_version'] = '6'; $results['raw_web_path'] = $results['web_path']; |