forked from halo-battle/game
Version 1.9a
This commit is contained in:
parent
5f81f76b17
commit
d028822d0b
437 changed files with 27543 additions and 81793 deletions
|
|
@ -1,13 +1,23 @@
|
|||
<?php
|
||||
|
||||
if (!defined("_FCORE")) die('non autorise');
|
||||
|
||||
$var___db['mysql']['host'] = "localhost";
|
||||
$var___db['mysql']['login'] = "root";
|
||||
|
||||
#$var___db['mysql']['password'] = "";
|
||||
$var___db['mysql']['password'] = "rmss169";
|
||||
|
||||
$var___db['mysql']['host'] = "localhost";
|
||||
|
||||
$var___db['mysql']['db'] = "halo_battle";
|
||||
|
||||
$var___db['pgsql']['host'] = "localhost";
|
||||
$var___db['pgsql']['login'] = "postgres";
|
||||
$var___db['pgsql']['password'] = "Ods8kfPsk5f876";
|
||||
$var___db['pgsql']['db'] = "halo_battle";
|
||||
?>
|
||||
|
||||
$var___db['postgresql']['login'] = "postgres";
|
||||
|
||||
$var___db['postgresql']['password'] = "Ods8kfPsk5f876";
|
||||
|
||||
$var___db['postgresql']['host'] = "localhost";
|
||||
|
||||
$var___db['postgresql']['db'] = "halo_battle";
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue