file datastore work
[glcas.git] / lib / lib.php
index 2a5ace8..e446b09 100644 (file)
@@ -3,8 +3,13 @@
 require_once("config.php");
 require_once("wsdl.php");
 
+
 // first and foremost, load the plugins
 $basedir = dirname(__FILE__);
+
+// we load this first
+if(file_exists("$basedir/plugins/www.php")) require_once("$basedir/plugins/www.php");
+
 if(is_dir("$basedir/plugins")) {
        $dh = opendir("$basedir/plugins");
        if($dh) {