Server IP : 149.255.58.128 / Your IP : 216.73.216.46
System : Linux cloud516.thundercloud.uk 5.14.0-427.26.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 17 15:51:13 EDT 2024 x86_64
PHP Version : 8.2.28
Disable Function : allow_url_include, apache_child_terminate, apache_setenv, exec, passthru, pcntl_exec, posix_kill, posix_mkfifo, posix_getpwuid, posix_setpgid, posix_setsid, posix_setuid, posix_setgid, posix_seteuid, posix_setegid, posix_uname, proc_close, proc_get_status, proc_open, proc_terminate, shell_exec, show_source, system
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Upload Files :
Command :
Current File : /var/softaculous/zurmo//perInstance.php
<?php
/*********************************************************************************
* Zurmo is a customer relationship management program developed by
* Zurmo, Inc. Copyright (C) 2017 Zurmo Inc.
*
* Zurmo is free software; you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License version 3 as published by the
* Free Software Foundation with the addition of the following permission added
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
* IN WHICH THE COPYRIGHT IS OWNED BY ZURMO, ZURMO DISCLAIMS THE WARRANTY
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
*
* Zurmo is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License along with
* this program; if not, see http://www.gnu.org/licenses or write to the Free
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA.
*
* You can contact Zurmo, Inc. with a mailing address at 27 North Wacker Drive
* Suite 370 Chicago, IL 60606. or at email address contact@zurmo.com.
*
* The interactive user interfaces in original and modified versions
* of this program must display Appropriate Legal Notices, as required under
* Section 5 of the GNU Affero General Public License version 3.
*
* In accordance with Section 7(b) of the GNU Affero General Public License version 3,
* these Appropriate Legal Notices must retain the display of the Zurmo
* logo and Zurmo copyright notice. If the display of the logo is not reasonably
* feasible for technical reasons, the Appropriate Legal Notices must display the words
* "Copyright Zurmo Inc. 2017. All rights reserved".
********************************************************************************/
// Configure for production.
$language = 'en'; // As per language codes under the messages directory.
$currencyBaseCode = 'USD';
$theme = 'default';
$connectionString = 'mysql:host=[[softdbhost]];port=3306;dbname=[[softdb]]'; // Not Coding Standard
$username = '[[softdbuser]]';
$password = '[[softdbpass]]';
$memcacheServers = array( // An empty array means memcache is not used.
array(
'host' => '',
'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]]');
?>
Name |
Size |
Last Modified |
Owner / Group |
Permissions |
Options |
.. | -- | May 23 2025 09:37:16 | 0 / root | 0755 | |
images | -- | May 08 2024 09:15:06 | 0 / root | 0755 | |
php53 | -- | May 08 2024 09:15:06 | 0 / root | 0755 | |
php56 | -- | May 08 2024 09:15:06 | 0 / root | 0755 | |
php71 | -- | May 08 2024 09:15:06 | 0 / root | 0755 | |
php81 | -- | May 08 2024 09:15:06 | 0 / root | 0755 | |
php82 | -- | May 08 2024 09:15:06 | 0 / root | 0755 | |
upgrade | -- | May 08 2024 09:15:06 | 0 / root | 0755 | |
| | | | | |
clone.php | 6.212 KB | May 02 2024 08:05:30 | 0 / root | 0644 | |
debug.php | 7.625 KB | December 23 2021 06:54:36 | 0 / root | 0644 | |
edit.php | 5.67 KB | May 02 2024 08:05:30 | 0 / root | 0644 | |
edit.xml | 0.423 KB | December 23 2021 06:54:36 | 0 / root | 0644 | |
extend.php | 1.839 KB | May 02 2024 08:05:30 | 0 / root | 0644 | |
fileindex.php | 0.048 KB | December 23 2021 06:54:36 | 0 / root | 0644 | |
import.php | 3.529 KB | May 02 2024 08:05:30 | 0 / root | 0644 | |
info.xml | 3.415 KB | May 02 2024 05:25:50 | 0 / root | 0644 | |
install.js | 0.902 KB | December 23 2021 06:54:36 | 0 / root | 0644 | |
install.php | 9.655 KB | May 02 2024 08:05:30 | 0 / root | 0644 | |
install.xml | 0.495 KB | December 23 2021 06:54:36 | 0 / root | 0644 | |
md5 | 10.459 KB | May 02 2024 08:05:30 | 0 / root | 0644 | |
notes.txt | 1.063 KB | December 23 2021 06:54:36 | 0 / root | 0644 | |
perInstance.php | 3.864 KB | December 23 2021 06:54:36 | 0 / root | 0644 | |
update_pass.php | 2.135 KB | December 23 2021 06:54:36 | 0 / root | 0644 | |
upgrade.php | 9.478 KB | May 02 2024 08:05:30 | 0 / root | 0644 | |
upgrade.xml | 0.379 KB | December 23 2021 06:54:36 | 0 / root | 0644 | |