From 24414578be28437a5ec5f240e8583a4d670ae526 Mon Sep 17 00:00:00 2001 From: REJack Date: Sun, 9 Dec 2018 17:47:15 +0100 Subject: [PATCH] added print_r to debug tests --- application/Libraries/Aauth.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/Libraries/Aauth.php b/application/Libraries/Aauth.php index 503681b..e8d500e 100644 --- a/application/Libraries/Aauth.php +++ b/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'));