game/onyx2/db/default.profile.php

10 lines
171 B
PHP
Raw Normal View History

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