Current Path :
/
var
/
softaculous
/
redax
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//var/softaculous/redax/config.php
<?php declare(strict_types = 1); return [ 'dbType' => 'mysql', 'dbHost' => '[[softdbhost]]', 'dbPrefix' => '[[dbprefix]]', 'dbName' => '[[softdb]]', 'dbUser' => '[[softdbuser]]', 'dbPassword' => '[[softdbpass]]' ];