Version 1.7b

This commit is contained in:
nemunaire 2008-11-04 12:00:00 +01:00
commit 8a8280758b
716 changed files with 4361 additions and 33524 deletions

13
onyx/access.php Normal file
View 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";
?>