/var/softaculous/zurmo
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
upgrade/-0755rm
clone.php63740644editdlrm
debug.php78080644editdlrm
edit.php58470644editdlrm
edit.xml4330644editdlrm
extend.php18950644editdlrm
fileindex.php490644editdlrm
import.php35890644editdlrm
info.xml34970644editdlrm
install.js9240644editdlrm
install.php98510644editdlrm
install.xml5070644editdlrm
md521950644editdlrm
notes.txt10880644editdlrm
perInstance.php39570644editdlrm
update_pass.php21860644editdlrm
upgrade.php96720644editdlrm
upgrade.xml3880644editdlrm
zurmo.sql3558650644editdlrm
zurmo.zip360014600644editdlrm
Edit: /var/softaculous/zurmo/perInstance.php (3957B)
'', '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]]'); ?>