lots of coded stuff, the beginnings of the server/client comms bits
[ga4php.git] / gaas / lib / gaasdLib.php
index 5cfe52f..a9fd81d 100644 (file)
@@ -1,14 +1,11 @@
 <?php 
 
-// first include the ga4php.php file itself
-$BASE_DIR = realpath(dirname(__FILE__)."/../../");
-global $BASE_DIR;
+require_once("globalLib.php");
+require_once("gaasdMessages.php");
 
 // messy
 require_once(dirname(__FILE__)."/../../lib/ga4php.php");
 
-
-
 // first we check if our db exists, if not, we're not inited
 $initState = false;
 $backEnd = "";