renamed some functions about configuration handlers
[ga4php.git] / gaas / gaasd / gaasclient.php
index 8151e17..4c6fd35 100644 (file)
@@ -4,6 +4,6 @@ require_once("../lib/gaasdClient.php");
 
 $myga = new GAASClient();
 
-$myga->MSG_STATUS("asdf");
+$myga->MSG_INIT_SERVER("AD", "user", "password", "domain", "cdef", "adef");
 
-?>
\ No newline at end of file
+?>