added some code for actually starting some stuff!
[xmppcentral.git] / etc / config.php
index 8652167..bf118fe 100644 (file)
@@ -6,4 +6,9 @@ $XMPP_DOMAIN="localhost";
 $XMPP_SYSTEM_PASSWORD="password";
 $XMPP_HOSTNAME_PASSWORD="password";
 
+$PLUGIN_DIRECTORY="../plugins";
+$LIB_PATH="../lib";
+
+require_once("$LIB_PATH/lib.php");
+
 ?>
\ No newline at end of file