generic ssh
[configmanager.git] / www / index.php
index a86ff2b..fb42b29 100644 (file)
@@ -1,6 +1,9 @@
 <?php 
 require_once("../lib/lib.php");
 
+$IS_WEB_REQUEST=true;
+global $IS_WEB_REQUEST;
+
 if(isset($_REQUEST["xmlrpc"])) {
        rpc_handler();
        return;