diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-04 05:37:15 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-04 05:37:15 +0000 |
commit | 1068c367ac5ee03fc799773289786863689da5bd (patch) | |
tree | 2df7950b9a110160233e22392526096ac2589550 /config | |
parent | 560dbe70f23b4353b5d98736fb16dd088d4f269a (diff) | |
download | ampache-1068c367ac5ee03fc799773289786863689da5bd.tar.gz ampache-1068c367ac5ee03fc799773289786863689da5bd.tar.bz2 ampache-1068c367ac5ee03fc799773289786863689da5bd.zip |
* Fixed Single Artist view if you have 50+ albums
* Tweaked Recently Played text to make translations a little easier
* Removed unused Config options
* Added array definition if only one users exists
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 2780c309..b95fc5a6 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -266,15 +266,6 @@ debug_level = 5 # DEFAULT: NULL #log_path = "/var/log/ampache" -# Max Upload Size -# This sets what the max file-size for an uploaded -# file, this is good at preventing someone from -# filling up your HDD. It is measured in bytes -# Example 1024 = 1K, 1048576 = 1MB -# Default size limit is 10Mb -# DEFAULT: 10485760 -max_upload_size = "10485760" - # Charset of generated HTML pages # Default of UTF-8 should work for most poeple # DEFAULT: UTF-8 |