game/onyx2/db/default.profile.php

11 lines
161 B
PHP

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