uawdijnntqw1x1x1
IP : 216.73.216.23
Hostname : web17.us.cloudlogin.co
Kernel : Linux web17.us.cloudlogin.co 5.10.238-xeon-hst #1 SMP Thu Jun 5 12:15:42 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
www
/
hallgroupsolutions.com
/
e61a0
/
..
/
wp-admin
/
..
/
0a24e
/
json_response.php.tar
/
/
home/www/hallgroupsolutions.com/phpbb3/phpbb/json_response.php000077700000001272151514750030020735 0ustar00<?php /** * * This file is part of the phpBB Forum Software package. * * @copyright (c) phpBB Limited <https://www.phpbb.com> * @license GNU General Public License, version 2 (GPL-2.0) * * For full copyright and license information, please see * the docs/CREDITS.txt file. * */ namespace phpbb; /** * JSON class */ class json_response { /** * Send the data to the client and exit the script. * * @param array $data Any additional data to send. * @param bool $exit Will exit the script if true. */ public function send($data, $exit = true) { header('Content-Type: application/json'); echo json_encode($data); if ($exit) { garbage_collection(); exit_handler(); } } }
/home/www/hallgroupsolutions.com/e61a0/../wp-admin/../0a24e/json_response.php.tar