| .. | |||||
| images | |||||
| php53 | |||||
| php56 | |||||
| php71 | |||||
| php81 | |||||
| config.php | |||||
| edit.php | |||||
| edit.xml | |||||
| fileindex.php | |||||
| import.php | |||||
| info.xml | |||||
| install.js | |||||
| install.php | |||||
| install.xml | |||||
| md5 |
<?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]]';
| .. | |||||
| images | |||||
| php53 | |||||
| php56 | |||||
| php71 | |||||
| php81 | |||||
| config.php | |||||
| edit.php | |||||
| edit.xml | |||||
| fileindex.php | |||||
| import.php | |||||
| info.xml | |||||
| install.js | |||||
| install.php | |||||
| install.xml | |||||
| md5 |