11 lines
283 B
PHP
11 lines
283 B
PHP
![]() |
<?php
|
||
|
|
||
|
$conf['login_success_max'] = '50';
|
||
|
$conf['login_success_interval'] = '1';
|
||
|
$conf['login_success_email'] = '';
|
||
|
$conf['login_failed_max'] = '10';
|
||
|
$conf['login_failed_interval'] = '1';
|
||
|
$conf['login_failed_email'] = '';
|
||
|
$conf['report_email'] = '';
|
||
|
$conf['admin_date_format'] = '';
|