lots of coded stuff, the beginnings of the server/client comms bits
[ga4php.git] / gaas / gaasd / gaasclient.php
diff --git a/gaas/gaasd/gaasclient.php b/gaas/gaasd/gaasclient.php
new file mode 100644 (file)
index 0000000..8151e17
--- /dev/null
@@ -0,0 +1,9 @@
+<?php
+
+require_once("../lib/gaasdClient.php");
+
+$myga = new GAASClient();
+
+$myga->MSG_STATUS("asdf");
+
+?>
\ No newline at end of file