⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
b2c-booking.dev-unit.com
/
modules
/
Core
/
View File Name :
Hook.php
<?php namespace Modules\Core; class Hook { const CORE_SETTING_CONFIG = 'core_setting_config'; const CORE_SETTING_AFTER_LOGO = 'core_setting_after_logo'; const CORE_SETTING_AFTER_FOOTER = 'core_setting_after_footer'; const CORE_SETTING_AFTER_CONTACT = 'core_setting_after_contact'; const CORE_SETTING_AFTER_HOMEPAGE = 'core_setting_after_homepage'; const MENU_ITEM_SETTING_MORE = 'menu_item_setting_more'; const CORE_SETTING_ADD = 'core_setting_add'; const STYLE_SETTING_AFTER_GENERAL_STYLE = 'CORE_SETTING_AFTER_GENERAL_STYLE'; const AFTER_SETTING_SAVED = 'AFTER_SETTING_SAVED'; }