handle_active_login (line 55)
Process a login.
void
handle_active_login
(ID_TEXT $username)
-
ID_TEXT
$username: Username
handle_active_logout (line 231)
Process a logout.
void
handle_active_logout
()
ocp_setcookie (line 274)
Create a cookie, inside ocPortal's cookie environment.
boolean
ocp_setcookie
(string $name, string $value, [boolean $session = false], [boolean $http_only = false])
-
string
$name: The name of the cookie
-
string
$value: The value to store in the cookie
-
boolean
$session: Whether it is a session cookie (gets removed once the browser window closes)
-
boolean
$http_only: Whether the cookie should not be readable by Javascript
restricted_manually_enabled_backdoor (line 26)
Backdoor handler. Can only be activated by those with FTP write-access.
MEMBER
restricted_manually_enabled_backdoor
()