BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
hmchvvva
Root
/
var
/
softaculous
/
axis
📤 Upload
📝 New File
📁 New Folder
Close
Editing: config.php
<?php $config = array( 'system' => array( 'path' => '[[softpath]]', 'applyUpgrades' => false ), 'crypt' => array( 'key' => '[[cryptkey]]' ), 'db' => array( 'host' => '[[softdbhost]]', 'username' => '[[softdbuser]]', 'password' => '[[softdbpass]]', 'dbname' => '[[softdb]]', 'prefix' => '[[dbprefix]]' ), 'front' => array( 'humanUrlAdapter' => "Readable" ) );
Save
Cancel