server/onyx/db/sample.profile.php
2014-11-05 17:53:41 +01:00

10 lines
156 B
PHP

<?php
if(!defined('ONYX')) exit;
$___profile['db'] = 'fic';
$___profile['host'] = 'localhost';
$___profile['user'] = 'root';
$___profile['pass'] = '';
?>