diff options
Diffstat (limited to 'conf/login_athena.conf')
-rw-r--r-- | conf/login_athena.conf | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/conf/login_athena.conf b/conf/login_athena.conf index 91da4aa16..1c9fd0836 100644 --- a/conf/login_athena.conf +++ b/conf/login_athena.conf @@ -34,8 +34,8 @@ stdout_with_ansisequence: no //Example: "console_silent: 7" Hides information, status and notice messages (1+2+4) console_silent: 0 -// Whether remote administration is enabled or disabled (1 for enabled, 0 for disabled) -admin_state: 0 +// Whether remote administration is enabled or disabled +admin_state: no // Administrative password, used by ladmin (perl software) to connect remotely to server. // NOTICE: If you enable remote administration, you should change its value for security @@ -88,9 +88,6 @@ gm_account_filename: conf/GM_account.txt // (in seconds; default: 15; value: 0 (disabled), or 2 or more) gm_account_filename_check_timer: 15 -// Log Filename. All operations received by the server are logged in this file. -login_log_filename: log/login.log - // To log the login server? // NOTE: The login-sql server needs the login logs to enable dynamic pass failure bans. log_login: yes |