Ejemplo n.º 1
0
function core_loginOK($auth)
{
    if (function_exists('appsLog')) {
        appsLog('login');
    }
}
Ejemplo n.º 2
0
 function log($to, $from, $subject)
 {
     if (function_exists('appsLog')) {
         // declared in functions.php
         appsLog('mail', "to={$to} from={$from} subject={$subject}", $this->object->ID);
     }
 }