server/onyx/db/sample.profile.php
2014-08-27 12:25:23 +02:00

10 lines
160 B
PHP

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