$data['CONFIG']['memory_limit'], 'max_execution_time' => $data['CONFIG']['max_execution_time'], 'max_input_time' => $data['CONFIG']['max_input_time'], 'upload_max_filesize' => $data['CONFIG']['upload_max_filesize'], 'post_max_size' => $data['CONFIG']['post_max_size'], 'display_errors' => $data['CONFIG']['display_errors'], 'error_reporting' => $data['CONFIG']['error_reporting'], 'config_path' => $data['CONFIG']['config_path'], 'web_system' => $_SESSION['WEB_SYSTEM'], 'config' => $v_config, 'error_msg' => $_SESSION['error_msg'], 'ok_msg' => $_SESSION['ok_msg'] ); echo json_encode($result); // Flush session messages unset($_SESSION['error_msg']); unset($_SESSION['ok_msg']);