Home
last modified time | relevance | path

Searched refs:auth_aclcheck (Results 26 – 38 of 38) sorted by relevance

12

/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php65 $AUTH = auth_aclcheck($test, $_SESSION['dwfck_client'] , $_SESSION['dwfck_grps'], 1);
577 $AUTH = auth_aclcheck($test, $_SESSION['dwfck_client'] , $_SESSION['dwfck_grps'],1);
H A Dcheck_acl.php41 function auth_aclcheck($id,$user,$groups, $_auth=1){ function
/plugin/translationbuddy/
H A Dsyntax.php111 if(auth_aclcheck($id,'','') < AUTH_READ) continue;
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php63 $AUTH = auth_aclcheck($test, $_SESSION['dwfck_client'] , $_SESSION['dwfck_grps'], 1);
588 $AUTH = auth_aclcheck($test, $_SESSION['dwfck_client'] , $_SESSION['dwfck_grps'],1);
H A Dcheck_acl.php47 function auth_aclcheck($id,$user,$groups, $_auth=1){ function
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php47 function auth_aclcheck($id,$user,$groups, $_auth=1){ function
/plugin/include/
H A Daction.php75 if (auth_aclcheck($page['id'], '', array()) < AUTH_READ) { // is $page public?
/plugin/pubmed2020/classes/
H A Dcache.php310 if (auth_aclcheck($this->namespace.":*","","@ALL")==0){
/plugin/task/
H A Dhelper.php423 if (auth_aclcheck($id, '', $USERINFO['grps'])) return 'PUBLIC';
/plugin/autlogin/
H A Daction.php107 if(auth_aclcheck($ID,$best,$groups) == AUTH_NONE)
H A Dadmin.php187 … if(((auth_aclcheck($page,$alias,$groups)) != $perm) && $flags == 1){//if number was change
/plugin/superacl/
H A Dadmin.php372 $perm = auth_aclcheck($check,$user,$groups);
/plugin/davcal/
H A Dhelper.php597 $acl = auth_aclcheck($page, $user, $groups);

12