One Hat Cyber Team
Your IP :
3.15.198.40
Server IP :
162.241.123.123
Server :
Linux sh016.hostgator.in 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
Server Software :
Apache
PHP Version :
8.2.25
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home1
/
saicsazq
/
portal.smhtechlabs.com
/
app
/
Config
/
Edit File:
RiseHooks.php
<?php register_data_insert_hook(function ($hook_data) { $Hooks = new App\Libraries\Hooks(); $table_without_prefix = get_array_value($hook_data, "table_without_prefix"); if ($table_without_prefix === "invoice_payments") { $Hooks->change_order_status_after_payment($hook_data); } $Hooks->check_automations($hook_data); });
Simpan