function drupalmonitor_connector_boot in Drupalmonitor 7
Register shutdown function.
File
- ./
drupalmonitor_connector.module, line 53 - This file is the core of drupalmonitor_connector
Code
function drupalmonitor_connector_boot() {
register_shutdown_function('drupalmonitor_connector_shutdow');
}