isnecure send/receive now works... next, secure
[pengine.git] / unittests / commrecv.php
index 000ecef..9a36482 100644 (file)
@@ -3,9 +3,9 @@ require_once("../lib/lib.php");
 
 function myfunction($msg)
 {
-       echo "got a msg\n";
+       echo "myfunction got a msg\n";
        print_r($msg);
-       echo "end message\n";
+       echo "myfunction end message\n";
        $returnmsg["0"] = "asdf";
        
        return $returnmsg;