Florian Schaal
2014-03-05 6c57e7f4983013c8535ca01e4fc698ea6e8ae2a6
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();
?>
?>