Current Path : /webspace/www.promiel.be/html/ |
Current File : /webspace/www.promiel.be/html/config.php |
<?php # CMS Made Simple Configuration File # Documentation: /doc/CMSMS_config_reference.pdf # $config['dbms'] = 'mysqli'; $config['db_hostname'] = 'localhost'; $config['db_username'] = 'pm_cms_user'; $config['db_password'] = 'SECUR!ty'; $config['db_name'] = 'promiel_cms'; $config['db_prefix'] = 'cms_'; $config['timezone'] = 'Europe/Brussels'; ?>