lots of coded stuff, the beginnings of the server/client comms bits
[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 ?>