HB/onyx2/db/default.profile.php
2020-11-15 17:31:22 +01:00

10 lines
172 B
PHP

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