X-Git-Url: http://git.pjr.cc/?p=glcas.git;a=blobdiff_plain;f=lib%2Flib.php;h=dde9335e0e47139afb0fc5dadf6316704912551b;hp=63462fee3d236ae1d5d7c0997bf6a6adc3af7cb8;hb=e3440bbebb27ae9aa552e8ee13ab3c606d7ee13e;hpb=d20e4cb32ea6dd6b3f21b0f9f3106d046d39d9c5 diff --git a/lib/lib.php b/lib/lib.php index 63462fe..dde9335 100644 --- a/lib/lib.php +++ b/lib/lib.php @@ -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