Browse Source

added print_r to debug tests

v3-dev
REJack 6 years ago
parent
commit
24414578be
No known key found for this signature in database
GPG Key ID: 4A44B48700429F46
  1. 2
      application/Libraries/Aauth.php

2
application/Libraries/Aauth.php

@ -616,6 +616,8 @@ class Aauth
$loginAttemptModel = new LoginAttemptModel();
$userVariableModel = new UserVariableModel();
print_r($this->config);
if ($this->config->loginProtection && ! $loginAttemptModel->save())
{
$this->error(lang('Aauth.loginAttemptsExceeded'));

Loading…
Cancel
Save