⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.79
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
psa-horde
/
kronolith
/
config
/
Edit File: hooks.php.dist
<?php /** * Kronolith Hooks configuration file. * * THE HOOKS PROVIDED IN THIS FILE ARE EXAMPLES ONLY. DO NOT ENABLE THEM * BLINDLY IF YOU DO NOT KNOW WHAT YOU ARE DOING. YOU HAVE TO CUSTOMIZE THEM * TO MATCH YOUR SPECIFIC NEEDS AND SYSTEM ENVIRONMENT. * * For more information please see the horde/config/hooks.php.dist file. * * $Id: 9fa067aefa51feab931f784caf652a2cc48c4032 $ */ class Kronolith_Hooks { /** * Adds user-defined AJAX action handlers. * * @param string $action The AJAX action. * @param Horde_Variables $vars The URL parameters. * * @return mixed The data to send to the browser (will be JSON encoded). * @throws Horde_Exception */ // public function ajaxaction($action, $vars) // { // switch ($action) { // case 'Foo': // return 'bar'; // } // // throw new Horde_Exception('Unknown action'); // } }
Simpan