Version 1.9a

This commit is contained in:
nemunaire 2008-09-20 12:00:00 +02:00
commit d028822d0b
437 changed files with 27543 additions and 81793 deletions

View file

@ -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";
?>