Home
last modified time | relevance | path

Searched refs:SECURITY (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/lib/plugins/extension/
H A DNotice.php10 public const SECURITY = 'security'; define in dokuwiki\\plugin\\extension\\Notice
16 self::SECURITY => 'S',
23 self::SECURITY => [],
148 $this->notices[self::SECURITY][] = sprintf($this->getLang('security_issue'), $issue);
151 $this->notices[self::SECURITY][] = sprintf($this->getLang('security_warning'), $issue);
H A Dcli.php33 …" i - installed " . Notice::symbol(Notice::SECURITY) . " - security issue\n" .
316 if ($notices[Notice::SECURITY]) $status .= Notice::symbol(Notice::SECURITY);