changed how configs work
[CBFWR.git] / libcbfwr / lib.php
index eccd5b5..67bf0e3 100644 (file)
@@ -18,8 +18,15 @@ 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");
+require_once("libcbfwr/fwui.php");
+
 
 function glcas_pluginLoader($path="")
 {