forked from halo-battle/game
Version 1.7b
This commit is contained in:
parent
58928889ed
commit
8a8280758b
716 changed files with 4361 additions and 33524 deletions
13
onyx/access.php
Normal file
13
onyx/access.php
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
if (!defined("_FCORE")) die('non autorise');
|
||||
|
||||
$var___db['mysql']['host'] = "localhost";
|
||||
|
||||
$var___db['mysql']['login'] = "root";
|
||||
|
||||
$var___db['mysql']['password'] = "rmss169";
|
||||
|
||||
$var___db['mysql']['db'] = "halo_battle";
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue