HB/onyx2/db/default.profile.php

11 lines
166 B
PHP
Raw Normal View History

2009-11-01 11:00:00 +00:00
<?php
if(!defined('ONYX')) exit;
2020-11-15 15:12:30 +00:00
$___profile['db'] = 'hb_game_beta';
2009-11-01 11:00:00 +00:00
$___profile['host'] = 'localhost';
$___profile['user'] = 'root';
2020-11-15 15:12:30 +00:00
$___profile['pass'] = '';
2009-11-01 11:00:00 +00:00
?>