interface/web/remote/index.php
@@ -1,8 +1,8 @@ <?php require_once('../../lib/config.inc.php'); require_once '../../lib/config.inc.php'; $conf['start_session'] = false; require_once('../../lib/app.inc.php'); require_once '../../lib/app.inc.php'; if($conf['demo_mode'] == true) $app->error('This function is disabled in demo mode.'); @@ -12,4 +12,4 @@ $server->setObject(new ISPConfigSoapHandler()); $server->handle(); ?> ?>