/sources/users_active_actions.php

Description
Functions
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.

  • return: The result of the PHP setcookie command
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.

  • return: The member to simulate
MEMBER restricted_manually_enabled_backdoor ()

Documentation generated on Sun, 02 Jan 2011 23:27:54 +0000 by phpDocumentor 1.4.3