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.php301 [$user, $sticky, $pass] = auth_getCookie();
1111 [/* user */, $sticky, /* pass */] = auth_getCookie();
1389 function auth_getCookie()
1276 function auth_getCookie() { global() function