[9.2.15] poup non connecté

This commit is contained in:
fredtempez 2019-12-08 17:11:40 +01:00
parent 00aa34d3cd
commit b9039fe685
1 changed files with 3 additions and 1 deletions

View File

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