8151e17207a26501eee403f29d851d8b92a546c0
[ga4php.git] / gaas / gaasd / gaasclient.php
1 <?php
2
3 require_once("../lib/gaasdClient.php");
4
5 $myga = new GAASClient();
6
7 $myga->MSG_STATUS("asdf");
8
9 ?>