Home
last modified time | relevance | path

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

/plugin/abortlogin/
H A Daction.php49 …&& empty($_REQUEST['http_credentials']) && !empty($USERINFO) && !$this->is_allowed($allowed, $ip)){
58 if(!$this->is_allowed($allowed, $test)) {
66 if($ACT == 'login' && !$this->is_allowed($allowed, $ip)) {
76 function is_allowed($allowed, $ip) { function in action_plugin_abortlogin
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php470 foreach ($AllowedExecFunctions as $execfunction => $is_allowed) {
471 if (!$is_allowed) {