im not actually shure...
[configmanager.git] / www / index.php
index e3417c9..fb42b29 100644 (file)
@@ -1,3 +1,14 @@
 <?php 
 require_once("../lib/lib.php");
+
+$IS_WEB_REQUEST=true;
+global $IS_WEB_REQUEST;
+
+if(isset($_REQUEST["xmlrpc"])) {
+       rpc_handler();
+       return;
+}
+www_header();
+www_pageLayout();
+www_footer();
 ?>
\ No newline at end of file