IP : 3.12.153.216 Hostname : host45.registrar-servers.com Kernel : Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 Disable Function : None :) OS : Linux PATH: / home/ ../ var/ softaculous/ fusio/ ../ smf/ ../ phpwcms/ ../ chyrp/ ../ flarum/ config.php/ /

<?php return array (
'debug' => false,
'database' =>
array (
'driver' => 'mysql',
'host' => '[[softdbhost]]',
'port' => 3306,
'database' => '[[softdb]]',
'username' => '[[softdbuser]]',
'password' => '[[softdbpass]]',
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => '[[dbprefix]]',
'strict' => false,
'engine' => 'InnoDB',
'prefix_indexes' => true,
),
'url' => '[[softurl]]/public',
'paths' =>
array (
'api' => 'api',
'admin' => 'admin',
),
'headers' =>
array (
'poweredByHeader' => true,
'referrerPolicy' => 'same-origin',
),
);