⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.177
Server IP:
50.6.168.112
Server:
Linux server-617809.webnetzimbabwe.com 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
Server Software:
Apache
PHP Version:
8.4.10
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
softaculous
/
zurmo
/
View File Name :
perInstance.php
'', 'port' => 0, // This is the default memcached port. 'weight' => 100, ), ); $adminEmail = 'info@zurmo.com'; $installed = true; // Set to true by the installation process. $maintenanceMode = false; // Set to true during upgrade process or other maintenance tasks. $sandboxMode = false; // Set to true to enable sandbox mode. $instanceConfig = array(); //Set any parameters you want to have merged into configuration array. //@see CustomManagement $instanceConfig['components']['request']['hostInfo'] = '[[protocol]]://[[domhost]]'; $instanceConfig['components']['request']['scriptUrl'] = '[[relativeurl]]/app/index.php'; $urlManager = array (); // Set any parameters you want to customize url manager. if (is_file(INSTANCE_ROOT . '/protected/config/perInstanceConfig.php')) { require_once INSTANCE_ROOT . '/protected/config/perInstanceConfig.php'; } define('ZURMO_TOKEN', '[[ZURMO_TOKEN]]'); // Never modify this value below manually or system will not be able to decrypt encrypted passwords. define('ZURMO_PASSWORD_SALT', '[[ZURMO_PASSWORD_SALT]]'); ?>