initial re-coding
[configmanager.git] / www / index.php
index e3417c9..a86ff2b 100644 (file)
@@ -1,3 +1,11 @@
 <?php 
 require_once("../lib/lib.php");
+
+if(isset($_REQUEST["xmlrpc"])) {
+       rpc_handler();
+       return;
+}
+www_header();
+www_pageLayout();
+www_footer();
 ?>
\ No newline at end of file