AlkantarClanX12

Your IP : 216.73.217.128


Current Path : /var/www/ispconfig/remote/
Upload File :
Current File : //var/www/ispconfig/remote/rest.php

<?php

require_once '../../lib/config.inc.php';
$conf['start_session'] = false;
require_once '../../lib/app.inc.php';

$app->load('rest_handler');
$rest_handler = new ISPConfigRESTHandler();
$rest_handler->run();

?>