mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-17 00:14:54 +02:00
Updated session / cookie support
This commit is contained in:
@@ -27,6 +27,11 @@ function authenticate($username,$password)
|
||||
return 0;
|
||||
}
|
||||
|
||||
function reauthenticate($sess_id = "",$token = "")
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
function passwordscanchange($username = "")
|
||||
{
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user