Home
last modified time | relevance | path

Searched +full:off +(+path:plugin +path:loglog) -(+path:plugin +path:loglog +path:lang) (Results 1 – 5 of 5) sorted by relevance

/plugin/loglog/_test/
H A Dloglog.log3 1599094980 2020/09/03 03:03 127.0.0.1 admin logged off
/plugin/loglog/
H A Dadmin.php107 if ($line['msg'] == 'logged off') {
108 $line['msg'] = $this->getLang('off');
109 $class = 'off';
119 } elseif ($line['msg'] == 'has been automatically logged off') {
121 $class = 'off';
124 if (strpos($line['msg'], 'logged off') !== false) {
125 $class = 'off';
H A Dstyle.css13 background: transparent url(pix/off.png) left center no-repeat;
H A Daction.php162 $this->logAuth('has been automatically logged off');
176 $this->logAuth('logged off');
/plugin/loglog/helper/
H A Dmain.php36 'logged off',
37 'has been automatically logged off'