Dominik Müller
2014-01-20 df1a05e5713ff89b0c97dea255c63611d3d14560
interface/web/remote/json.php
@@ -1,11 +1,11 @@
<?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';
$app->load('json_handler');
$json_handler = new ISPConfigJSONHandler();
$json_handler->run();
?>
?>