Class Module_admin_security

Description

Located in /adminzone/pages/modules/admin_security.php (line 16)


	
			
Method Summary
tempcode alert_view ()
tempcode clean_alerts ()
?array get_entry_points ()
?array info ()
void install ([?integer $upgrade_from = NULL], [?integer $upgrade_from_hack = NULL])
tempcode run ()
tempcode security_interface ()
void uninstall ()
Methods
alert_view (line 185)

The UI to view a security alert.

  • return: The UI
tempcode alert_view ()
clean_alerts (line 158)

Actualiser to delete some unwanted alerts.

  • return: The success/redirect screen
tempcode clean_alerts ()
get_entry_points (line 84)

Standard modular entry-point finder function.

  • return: A map of entry points (type-code=>language-code) (NULL: disabled).
?array get_entry_points ()
info (line 24)

Standard modular info function.

  • return: Map of module info (NULL: module is disabled).
?array info ()
install (line 51)

Standard modular install function.

void install ([?integer $upgrade_from = NULL], [?integer $upgrade_from_hack = NULL])
  • ?integer $upgrade_from: What version we're upgrading from (NULL: new install)
  • ?integer $upgrade_from_hack: What hack version we're upgrading from (NULL: new-install/not-upgrading-from-a-hacked-version)
run (line 94)

Standard modular run function.

  • return: The result of execution.
tempcode run ()
security_interface (line 116)

The UI to view security logs.

  • return: The UI
tempcode security_interface ()
uninstall (line 40)

Standard modular uninstall function.

void uninstall ()

Documentation generated on Thu, 07 Aug 2008 14:06:38 +0100 by phpDocumentor 1.4.1