Server IP : 68.65.122.142 / Your IP : 3.147.7.233 Web Server : LiteSpeed System : Linux server167.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : glenirhm ( 1318) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /var/softaculous/pivotx/../phpaddr/../joomla4/../blab/../moodle/../vanilla/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php if (!defined('APPLICATION')) exit(); // Context $Configuration['Context']['Secret'] = '[[context_secret]]'; // Database $Configuration['Database']['Name'] = '[[softdb]]'; $Configuration['Database']['Host'] = '[[softdbhost]]'; $Configuration['Database']['User'] = '[[softdbuser]]'; $Configuration['Database']['Password'] = '[[softdbpass]]'; // EnabledApplications $Configuration['EnabledApplications']['Conversations'] = 'conversations'; $Configuration['EnabledApplications']['Vanilla'] = 'vanilla'; // EnabledPlugins $Configuration['EnabledPlugins']['recaptcha'] = true; $Configuration['EnabledPlugins']['GettingStarted'] = 'GettingStarted'; $Configuration['EnabledPlugins']['stubcontent'] = true; $Configuration['EnabledPlugins']['swagger-ui'] = true; $Configuration['EnabledPlugins']['Quotes'] = false; $Configuration['EnabledPlugins']['rich-editor'] = true; // Garden $Configuration['Garden']['Title'] = '[[site_name]]'; $Configuration['Garden']['Cookie']['Salt'] = '[[salt]]'; $Configuration['Garden']['Cookie']['Domain'] = ''; $Configuration['Garden']['Registration']['ConfirmEmail'] = true; $Configuration['Garden']['Email']['SupportName'] = '[[site_name]]'; $Configuration['Garden']['Email']['Format'] = 'text'; $Configuration['Garden']['SystemUserID'] = '1'; $Configuration['Garden']['UpdateToken'] = '[[UpdateToken]]'; $Configuration['Garden']['InputFormatter'] = 'rich'; $Configuration['Garden']['Themes']['Visible'] = 'theme-foundation'; $Configuration['Garden']['Version'] = 'Undefined'; $Configuration['Garden']['CanProcessImages'] = true; $Configuration['Garden']['MobileInputFormatter'] = 'rich'; $Configuration['Garden']['Installed'] = true; // Plugins $Configuration['Plugins']['GettingStarted']['Dashboard'] = '1'; // RichEditor $Configuration['RichEditor']['Quote']['Enable'] = true; // Routes $Configuration['Routes']['YXBwbGUtdG91Y2gtaWNvbi5wbmc='] = array ( 0 => 'utility/showtouchicon', 1 => 'Internal', ); $Configuration['Routes']['cm9ib3RzLnR4dA=='] = array ( 0 => '/robots', 1 => 'Internal', ); $Configuration['Routes']['dXRpbGl0eS9yb2JvdHM='] = array ( 0 => '/robots', 1 => 'Internal', ); $Configuration['Routes']['Y29udGFpbmVyLmh0bWw='] = array ( 0 => 'staticcontent/container', 1 => 'Internal', ); $Configuration['Routes']['DefaultController'] = 'discussions';