Current Path : /proc/thread-self/root/proc/thread-self/root/var/softaculous/fiyo/ |
Current File : //proc/thread-self/root/proc/thread-self/root/var/softaculous/fiyo/config.php |
<?php /** * @version 2.0 * @package Fiyo CMS * @copyright Copyright (C) 2014 Fiyo CMS. * @license GNU/GPL, see LICENSE.txt * @description Database Configuration. **/ $DBName = '[[softdb]]'; $DBHost = '[[softdbhost]]'; $DBUser = '[[softdbuser]]'; $DBPass = '[[softdbpass]]'; $DBPrefix = '[[dbprefix]]';