renamed some functions about configuration handlers
[ga4php.git] / gaas / gaasd / gaasclient.php
1 <?php
2
3 require_once("../lib/gaasdClient.php");
4
5 $myga = new GAASClient();
6
7 $myga->MSG_INIT_SERVER("AD", "user", "password", "domain", "cdef", "adef");
8
9 ?>