added some code for actually starting some stuff!
[xmppcentral.git] / lib / lib.php
1 <?php
2
3 // the main library that pulls everything together... are we going to do oo here? why am i asking this question while im coding?
4 require_once "hostManagementServer.php";
5 require_once "systemServer.php";
6 require_once "watchDog.php";
7
8 // now we should load the plugins?
9
10 ?>