1<?php 2 3$conf['version'] = ''; 4$conf['default_language'] = 'en'; 5$conf['property_exchange_xml'] = ''; 6$conf['DBType'] = 'mysqli'; 7$conf['DBName'] = 'tblTranslation'; 8$conf['DBUserName'] = 'tblTranslation'; 9$conf['DBHostName'] = 'localhost'; 10$conf['DBUserPassword'] = ''; 11 12//Setup VIM: ex: et ts=2 enc=utf-8 :