added some code for actually starting some stuff!
[xmppcentral.git] / lib / systemServer.php
diff --git a/lib/systemServer.php b/lib/systemServer.php
new file mode 100644 (file)
index 0000000..8535ab6
--- /dev/null
@@ -0,0 +1,15 @@
+<?php
+
+class systemServer {
+       function go() {
+               echo "running system Server\n";
+               sleep(1000);
+       }
+       
+       function isRunning()
+       {
+               // the purpose of this function is two fold, first determines if it should be running and return true if not
+               // then checks if the ss is running or not and returns true if it is
+       }
+}
+?>
\ No newline at end of file