static void adminAlbumGate(
bool
$allow, string
$page
)
|
|
Logs blocked accesses to Managed albums
Parameters:
bool |
$allow: |
set to true to override the block |
string |
$page: |
the "return" link |
static void adminCookie(
$allow,
$auth,
$id
)
|
|
Parameters:
static void adminGate(
bool
$allow, string
$page
)
|
|
Logs blocked accesses to Admin pages
Parameters:
bool |
$allow: |
set to true to override the block |
string |
$page: |
the "return" link |
static int adminLoginLogger(
int
$success, string
$user, string
$pass, [
$auth = 'zp_admin_auth']
)
|
|
Logs an attempt to log onto the back-end or as an admin user Returns the rights to grant
Parameters:
int |
$success: |
the admin rights granted |
string |
$user: |
|
string |
$pass: |
|
|
$auth: |
|
static bool admin_XSRF_access(
bool
$discard, string
$token
)
|
|
Loggs Cross Site Request Forgeries
Parameters:
bool |
$discard: |
|
string |
$token: |
|
static int federatedLoginLogger(
int
$success, string
$user, string
$pass
)
|
|
Logs an attempt to log on via the federated_logon plugin Returns the rights to grant
Parameters:
int |
$success: |
the admin rights granted |
string |
$user: |
|
string |
$pass: |
|
static bool guestLoginLogger(
bool
$success, string
$user, string
$pass, string
$athority
)
|
|
Logs an attempt for a guest user to log onto the site Returns the "success" parameter.
Parameters:
bool |
$success: |
|
string |
$user: |
|
string |
$pass: |
|
string |
$athority: |
what kind of login |
static void log_action(
bool
$allow, string
$log, string
$action
)
|
|
logs security log actions
Parameters:
bool |
$allow: |
|
string |
$log: |
|
string |
$action: |
|
static void log_setup(
bool
$success, string
$action,
$txt, string
$file
)
|
|
Logs setup actions
Parameters:
bool |
$success: |
|
string |
$action: |
|
string |
$file: |
|
|
$txt: |
|
static void security_misc(
bool
$success, string
$requestor, string
$auth, string
$txt
)
|
|
Catch all logger for miscellaneous security records
Parameters:
bool |
$success: |
|
string |
$requestor: |
|
string |
$auth: |
|
string |
$txt: |
|
static void UserSave(
string
$discard, object
$userobj, string
$class
)
|
|
logs attempts to save on the user tab
Parameters:
string |
$discard: |
|
object |
$userobj: |
user object upon which the save was targeted |
string |
$class: |
what the action was. |
class instantiation function
array getOptionsSupported(
)
|
|
Reports the supported options
void handleOption(
$option,
$currentValue
)
|
|
Parameters: