Sergio Cambra
2014-07-01 a71b8a0f44cd4b05800c96dac304fc1de3d79515
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();
?>
?>