AlkantarClanX12

Your IP : 18.216.42.225


Current Path : /proc/self/root/var/softaculous/redax/
Upload File :
Current File : //proc/self/root/var/softaculous/redax/config.php

<?php

declare(strict_types = 1);

return
[
	'dbType' => 'mysql',
	'dbHost' => '[[softdbhost]]',
	'dbPrefix' => '[[dbprefix]]',
	'dbName' => '[[softdb]]',
	'dbUser' => '[[softdbuser]]',
	'dbPassword' => '[[softdbpass]]'
];