the start of the auto-update code
[glcas.git] / lib / lib.php
index e446b09..dde9335 100644 (file)
@@ -2,7 +2,11 @@
 
 require_once("config.php");
 require_once("wsdl.php");
-
+require_once("www.php");
+require_once("db.php");
+require_once("messages.php");
+require_once("datastore.php");
+require_once("updates.php");
 
 // first and foremost, load the plugins
 $basedir = dirname(__FILE__);
@@ -45,4 +49,7 @@ function urlInterpretter()
                }
        }
 }
+
+$db = db_getDB();
+db_createTable("options", "option_name", "option_value");
 ?>
\ No newline at end of file