server/onyx/db/sample.profile.php
2013-10-09 15:40:23 +02:00

10 lines
168 B
PHP

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