From 0535dc951b154af9560dca097015d6fe49936e12 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sat, 30 Oct 2021 18:45:17 +0200 Subject: [PATCH] captcha strong --- core/module/user/view/login/login.php | 2 +- module/blog/view/article/article.php | 2 +- module/form/view/index/index.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/module/user/view/login/login.php b/core/module/user/view/login/login.php index 32ae1b03..2e6363ea 100644 --- a/core/module/user/view/login/login.php +++ b/core/module/user/view/login/login.php @@ -16,7 +16,7 @@
$this->getData(['config','captchaStrong']) + 'limit' => $this->getData(['config','connect', 'captchaStrong']) ]); ?>
diff --git a/module/blog/view/article/article.php b/module/blog/view/article/article.php index 05f9626b..d6523d8a 100644 --- a/module/blog/view/article/article.php +++ b/module/blog/view/article/article.php @@ -116,7 +116,7 @@
$this->getData(['config','captchaStrong']) + 'limit' => $this->getData(['config','connect', 'captchaStrong']) ]); ?>
diff --git a/module/form/view/index/index.php b/module/form/view/index/index.php index 32dddf28..ade838e2 100644 --- a/module/form/view/index/index.php +++ b/module/form/view/index/index.php @@ -47,7 +47,7 @@
$this->getData(['config','captchaStrong']) + 'limit' => $this->getData(['config','connect', 'captchaStrong']) ]); ?>