ac66ba4b41bb4836088dd4a00b5036ec01ef6ba5
[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 ?>