5cbc5823e79677fae3351af50625a1f263deb7c5
[configmanager.git] / lib / xmlrpc.php
1 <?php 
2
3 function rpc_handler()
4 {
5         echo "rpc handler goes here\n"; 
6 }
7
8 ?>