????
Current Path : /var/softaculous/ats/ |
Current File : //var/softaculous/ats/settings_sql.php |
<?php $CONF['sql'] = 'mysql'; $CONF['sql_host'] = '[[softdbhost]]'; $CONF['sql_database'] = '[[softdb]]'; $CONF['sql_username'] = '[[softdbuser]]'; $CONF['sql_password'] = '[[softdbpass]]'; $CONF['sql_prefix'] = '[[dbprefix]]'; ?>