Exemple #1
0
 public static function msg($to, $sub, $body, $add = array())
 {
     //to be replace
     Fun::dummymm($to, $sub, $body, Fun::mergeifunset($add, array("file" => "data/msgf")));
     if (gi("isrealmsg")) {
         return Funs::sendmsg($to, $body);
     }
 }