📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 08:51:25
📂
/ (Root)
/
var
/
softaculous
/
pagekit
📍 /var/softaculous/pagekit
🔄 Refresh
✏️
Editing: config.php
Read Only
<?php return array ( 'application' => array ( 'debug' => false, ), 'database' => array ( 'default' => 'mysql', 'connections' => array ( 'mysql' => array ( 'host' => '[[softdbhost]]', 'user' => '[[softdbuser]]', 'password' => '[[softdbpass]]', 'dbname' => '[[softdb]]', 'prefix' => '[[dbprefix]]', ), ), ), 'system' => array ( 'secret' => '[[secret]]', ), );
💾 Save Changes
❌ Cancel