diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-09-25 03:35:08 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-09-25 03:35:08 +0000 |
commit | 4fecf43894deb10a980441edf72dfa567b64a23d (patch) | |
tree | 4bd468edb74ec28c648609baae6d9aa0a94e2b8c /config | |
parent | 0dce31de404c46555b0c0d9c58297b506e50e4f8 (diff) | |
download | ampache-4fecf43894deb10a980441edf72dfa567b64a23d.tar.gz ampache-4fecf43894deb10a980441edf72dfa567b64a23d.tar.bz2 ampache-4fecf43894deb10a980441edf72dfa567b64a23d.zip |
- Added ability to delete radio and playlist
- Tweaked Classic CSS to fix issue with larger fonts
- Fixed some javascript update issues due to quoting on the catalog
processes
- Fixed display of the MOTD
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 9ecaa329..15ca4b5f 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -55,11 +55,11 @@ session_length = 900 stream_length = 3600 ; This length defines how long a 'remember me' session and cookie will -; last, the default is 900, same as length. It is up to the administrator +; last, the default is 3600, 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: 900 -remember_length = 900 +; DEAFULT: 3600 +remember_length = 3600 ; Name of the Session/Cookie that will sent to the browser ; default should be fine |