# # For further information on Open-AudIT or for a license other than AGPL please see # www.opmantek.com or email contact@opmantek.com # # ***************************************************************************** /** * @category View * @package Open-AudIT * @author Mark Unwin * @copyright 2014 Opmantek * @license http://www.gnu.org/licenses/agpl-3.0.html aGPL v3 * @version GIT: Open-AudIT_3.5.2 * @link http://www.open-audit.org */ include 'v_lang.php'; ?> Open-AudIT response->meta->action) and $this->response->meta->action == 'read_partition_graph') { ?> response->meta->collection) and $this->response->meta->collection == 'locations' and ($this->response->meta->action == 'read' or $this->response->meta->action == 'create_form')) { ?>
response->errors) and is_array($this->response->errors)) { foreach ($this->response->errors as $error) { echo '\n"; } } $temp = @$this->session->flashdata('error'); if (!empty($temp)) { echo '\n"; } $temp = @$this->session->flashdata('danger'); if (!empty($temp)) { echo '\n"; } $temp = @$this->session->flashdata('success'); if (!empty($temp)) { echo '\n"; } $temp = @$this->session->flashdata('warning'); if (!empty($temp)) { echo '\n"; } $temp = @$this->session->flashdata('info'); if (!empty($temp)) { echo '\n"; } $temp1 = @$this->session->flashdata('error'); $temp2 = @$this->response->errors[0]->detail; if (!empty($temp1) and !empty($temp2)) { echo '\n"; } $temp = @$this->response->meta->flash; if (!empty($temp)) { echo '\n"; } include($this->response->include.'.php'); unset($this->user->password); unset($this->response->data); unset($this->response->meta->sql); ?>
0 && $json[$c-1] != '\\') { $in_string = !$in_string; } break; // fallthrough default: $new_json .= $char; break; } } return htmlentities($new_json); }