(2010-) * @author Maurice Preuß * @license GPLv2 http://files.froxlor.org/misc/COPYING.txt * @package API * */ // Return response try { echo (new Api)->handle(@file_get_contents('php://input')); } catch (Exception $e) { echo \Froxlor\Api\Response::jsonErrorResponse($e->getMessage(), $e->getCode()); }