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']) {