One Hat Cyber Team
Your IP :
3.129.216.43
Server IP :
104.21.16.1
Server :
Linux agrigation-prod 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 x86_64
Server Software :
nginx/1.24.0
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
forge
/
gftag.com
/
vendor
/
facade
/
ignition
/
src
/
Edit File:
helpers.php
<?php use Facade\FlareClient\Flare; if (! function_exists('ddd')) { function ddd() { $args = func_get_args(); if (count($args) === 0) { throw new Exception('You should pass at least 1 argument to `ddd`'); } call_user_func_array('dump', $args); $handler = app(\Facade\Ignition\ErrorPage\ErrorPageHandler::class); $client = app()->make(Flare::class); $report = $client->createReportFromMessage('Dump, Die, Debug', 'info'); $handler->handleReport($report, 'DebugTab', [ 'dump' => true, 'glow' => false, 'log' => false, 'query' => false, ]); die(); } }
Simpan