Added logging of faulty login attempts, fixes #1321

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2013-12-14 10:28:33 +01:00
parent 296b8b36ab
commit 36b6b6b857
5 changed files with 35 additions and 5 deletions

View File

@@ -25,5 +25,7 @@ if(!defined('ADM_ACTION'))
define('ADM_ACTION', '30');
if(!defined('CRON_ACTION'))
define('CRON_ACTION', '40');
if(!defined('LOGIN_ACTION'))
define('LOGIN_ACTION', '50');
if(!defined('LOG_ERROR'))
define('LOG_ERROR', '99');