Home
last modified time | relevance | path

Searched +full:allow_guests +(+path:plugin +path:linkback) -(+path:plugin +path:linkback +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/linkback/conf/
H A Ddefault.php12 $conf['allow_guests'] = false;
H A Dmetadata.php14 $meta['allow_guests'] = array( 'onoff' );
/plugin/linkback/action/
H A Dsend.php56 if (!$this->getConf('allow_guests') && !$_SERVER['REMOTE_USER'])
145 if (!$this->getConf('allow_guests') && !$_SERVER['REMOTE_USER'])