diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-09-09 17:51:47 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-09-12 10:58:45 -0700 |
commit | 4d346e92976bec82cfeb1f09fcb662f0f8a9e5a9 (patch) | |
tree | cda79957361c5be649ff40dacc5658907d07ee49 /login/conf/ladmin_athena.conf | |
parent | 0b6c8ab443669acb51fbaa6f5c476cd4ecae78a0 (diff) | |
download | serverdata-4d346e92976bec82cfeb1f09fcb662f0f8a9e5a9.tar.gz serverdata-4d346e92976bec82cfeb1f09fcb662f0f8a9e5a9.tar.bz2 serverdata-4d346e92976bec82cfeb1f09fcb662f0f8a9e5a9.tar.xz serverdata-4d346e92976bec82cfeb1f09fcb662f0f8a9e5a9.zip |
Update config for new code
This config will only work with tmwa v13.9.12 or higher.
If you need an old version, please stay on the 'unsupported' branch.
Diffstat (limited to 'login/conf/ladmin_athena.conf')
-rw-r--r-- | login/conf/ladmin_athena.conf | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/login/conf/ladmin_athena.conf b/login/conf/ladmin_athena.conf index 2a91a35b..651826c5 100644 --- a/login/conf/ladmin_athena.conf +++ b/login/conf/ladmin_athena.conf @@ -1,28 +1,7 @@ // Athena Ladmin configuration file. - -// Encoding type of the password -// 0: not encoded -// 1: key+password -// 2: password+key -passenc: 2 -// Language of ladmin -// F: Français -// E: English (default) -defaultlanguage: E - -// Log Filename. All operations done by the software are logged in this file. +// Log for all actions. ladmin_log_filename: log/ladmin.log -// Indicate how to display date in logs, to players, etc. -// 0: 31-12-2004 23:59:59 -// 1: 12-31-2004 23:59:59 -// 2: 2004-31-12 23:59:59 -// 3: 2004-12-31 23:59:59 (default) -date_format: 3 - -// If you want use an additional configuration file, uncomment and use this parameter -//import: path/additional_configuration_file - // local settings for this server in this file import: conf/ladmin_local.conf |