0x1949 Team - FAZEMRX - MANAGER
Edit File: config.php
<?php declare(strict_types = 1); return [ 'dbType' => 'mysql', 'dbHost' => '[[softdbhost]]', 'dbPrefix' => '[[dbprefix]]', 'dbName' => '[[softdb]]', 'dbUser' => '[[softdbuser]]', 'dbPassword' => '[[softdbpass]]' ];