added some code for actually starting some stuff!
[xmppcentral.git] / lib / lib.php
index cdd96b9..ac66ba4 100644 (file)
@@ -1,6 +1,10 @@
 <?php
 
 // the main library that pulls everything together... are we going to do oo here? why am i asking this question while im coding?
+require_once "hostManagementServer.php";
+require_once "systemServer.php";
+require_once "watchDog.php";
 
+// now we should load the plugins?
 
 ?>
\ No newline at end of file