changed how configs work
[CBFWR.git] / libcbfwr / lib.php
index a179924..67bf0e3 100644 (file)
@@ -18,6 +18,10 @@ error_log("added libglcas path as $adpath");
 set_include_path(get_include_path().PATH_SEPARATOR.$adpath);
 
 */
+
+global $BASE_URL;
+
+
 require_once("libcbfwr/config.php");
 require_once("libcbfwr/comms.php");
 require_once("libcbfwr/web.php");