diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-16 00:55:50 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-16 00:55:50 +0000 |
commit | 3a71b821a3e1c603d839ac467a13f51d98d588e8 (patch) | |
tree | 5b8d881254ce0958db8aec8983aca05cb314288e /config/ampache.cfg.php.dist | |
parent | a3362e3d3f7b31f27bcccb8b2384cfa9c0d219ac (diff) | |
download | ampache-3a71b821a3e1c603d839ac467a13f51d98d588e8.tar.gz ampache-3a71b821a3e1c603d839ac467a13f51d98d588e8.tar.bz2 ampache-3a71b821a3e1c603d839ac467a13f51d98d588e8.zip |
fixed amazon and fixed the test page to account for new read config
Diffstat (limited to 'config/ampache.cfg.php.dist')
-rw-r--r-- | config/ampache.cfg.php.dist | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index d5344405..9635e530 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -47,8 +47,6 @@ local_length = 900 # This is the DOMAIN for the cookie that stores your session key # this must be set to the domain of your host or you will not be # able to log in make sure you including the leading . -# This is not needed unless you are using libglue for more than one -# website, and you are using SSO # DEFAULT: "" #sess_domain = .yourwebsite.com @@ -65,19 +63,6 @@ sess_cookielife = 0 # DEFAULT: 0 sess_cookiesecure = 0 -# Path your copy of libglue (Included with Ampache) -# Uncomment this if you have moved libglue to a non-standard location -# DEFAULT: /libglue -#libglue_path = "/libglue" - -# Pre-Defined Error messages -# you should not need to edit these -empty_field = "You left one or more fields empty. Please enter both your username and password to log in." -bad_auth_cred = "Unable to authenticate using this service: This is most likely a configuration mistake by the site administrator." -user_not_found = "Username not found." -login_failed = "Bad username or password." -connect_error = "Could not connect to authentication server." - #################### # The conf vars! # #################### |