game/onyx2/db/default.profile.php

11 lines
172 B
PHP

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