/var/softaculous/zurmo
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
upgrade/-0755rm
clone.php63860644editdlrm
debug.php78080644editdlrm
edit.php58430644editdlrm
edit.xml4330644editdlrm
extend.php18990644editdlrm
fileindex.php490644editdlrm
import.php36260644editdlrm
info.xml35190644editdlrm
install.js9240644editdlrm
install.php98590644editdlrm
install.xml5070644editdlrm
md532170644editdlrm
notes.txt10880644editdlrm
perInstance.php39570644editdlrm
update_pass.php21860644editdlrm
upgrade.php97090644editdlrm
upgrade.xml3880644editdlrm
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]]'); ?>