initial re-coding
[configmanager.git] / lib / xmlrpc.php
diff --git a/lib/xmlrpc.php b/lib/xmlrpc.php
new file mode 100644 (file)
index 0000000..5cbc582
--- /dev/null
@@ -0,0 +1,8 @@
+<?php 
+
+function rpc_handler()
+{
+       echo "rpc handler goes here\n"; 
+}
+
+?>
\ No newline at end of file