0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
gallery
/
3.0.9-21
/
standard
/
htdocs
/
modules
/
rest
/
views
/
[
Home
]
File: error_rest.json.php
<?php defined("SYSPATH") or die("No direct script access.") ?> <? // Log error response to ease debugging Kohana_Log::add("error", "Rest error details: " . print_r($e->response, 1)); ?> <?= json_encode($e->response);