CONTENT_NOTIFY_LAN_2); if (!function_exists('notify_content')) { function notify_content($data) { global $nt; foreach ($data as $key => $value) { $message .= $key.': '.$value.'
'; } $nt -> send('content', CONTENT_NOTIFY_LAN_3, $message); } } ?>