From b9039fe685313056935d84ad1ee0760d837410a2 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sun, 8 Dec 2019 17:11:40 +0100 Subject: [PATCH] =?UTF-8?q?[9.2.15]=20poup=20non=20connect=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/core.php b/core/core.php index e27d72c9..303a7c69 100644 --- a/core/core.php +++ b/core/core.php @@ -1528,7 +1528,9 @@ class core extends common { ]); } - if($this->output['targetLity']) { + if( $this->output['targetLity'] && + $this->getUser('password') !== $this->getInput('ZWII_USER_PASSWORD') + ) { require 'core/layout/popup.php'; } else { switch($this->output['display']) {