IP : 3.148.233.239 Hostname : server86.web-hosting.com Kernel : Linux server86.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 Disable Function : None :) OS : Linux PATH: / home/ ./ ../ ../ var/ lib/ ../ softaculous/ grav/ ../ tine/ ../ pagekit/ config.php/ /

<?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]]',
),
);