the start of the auto-update code
[glcas.git] / lib / lib.php
index 63462fe..dde9335 100644 (file)
@@ -4,6 +4,9 @@ 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__);
@@ -46,4 +49,7 @@ function urlInterpretter()
                }
        }
 }
+
+$db = db_getDB();
+db_createTable("options", "option_name", "option_value");
 ?>
\ No newline at end of file