Updated session / cookie support

This commit is contained in:
laf
2014-02-03 22:32:45 +00:00
parent 04a9f4a2f3
commit 005504ae6d
6 changed files with 67 additions and 14 deletions

View File

@ -49,6 +49,11 @@ function authenticate($username,$password)
return 0;
}
function reauthenticate($sess_id,$token)
{
return 0;
}
function passwordscanchange($username = "")
{
return 0;