Exemplo n.º 1
0
 function profile_aboutdisp($data, $printjson = true)
 {
     $outp = ao();
     if ($printjson) {
         echo json_encode($outp) . "\n";
     }
     load_view("template/profile_aboutdisp.php", Funs::getprofile_about($data["uid"]));
 }
Exemplo n.º 2
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);
     }
 }