Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/authldap/
H A Dauth.php181 [$loginuser, $loginsticky, $loginpass] = auth_getCookie();
341 [$loginuser, $loginsticky, $loginpass] = auth_getCookie();
/dokuwiki/inc/
H A Dauth.php327 [$user, $sticky, $pass] = auth_getCookie();
1137 [/* user */, $sticky, /* pass */] = auth_getCookie();
1426 function auth_getCookie() function