diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2010-03-01 13:06:34 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2010-03-01 13:06:34 +0000 |
commit | 9be4f3bcfb871424e497b2479cf8dfcbce391756 (patch) | |
tree | 61013bd5a5354e683f50f78c006d5efd2f52988e /config | |
parent | d8e8ec2b79c6e7a527f0c1f41f0f74d3dccc3b71 (diff) | |
download | ampache-9be4f3bcfb871424e497b2479cf8dfcbce391756.tar.gz ampache-9be4f3bcfb871424e497b2479cf8dfcbce391756.tar.bz2 ampache-9be4f3bcfb871424e497b2479cf8dfcbce391756.zip |
typo
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 6780998e..851859c9 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -59,7 +59,7 @@ stream_length = 7200 ; last, the default is 7200, same as length. It is up to the administrator ; of the box to increase this, for reference 86400 = 1 day ; 604800 = 1 week and 2419200 = 1 month -; DEAFULT: 86400 +; DEFAULT: 86400 remember_length = 86400 ; Name of the Session/Cookie that will sent to the browser |