Home
last modified time | relevance | path

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

/plugin/abortlogin/
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/localopen/
H A DREADME.md95 def is_allowed(path: str) -> bool:
165 if not is_allowed(path):
/plugin/photogallery/phpThumb/
Dphpthumb.functions.php470 foreach ($AllowedExecFunctions as $execfunction => $is_allowed) {
471 if (!$is_allowed) {