Version 1.0a

This commit is contained in:
nemunaire 2008-11-17 12:00:00 +01:00
commit 6a19363758
908 changed files with 22193 additions and 17408 deletions

12
includes/onyx/access.php Normal file
View file

@ -0,0 +1,12 @@
<?php
if (!defined("_FCORE"))
{
die('non autorise');
}
$var___mysql['login'] = "root";
$var___mysql['password'] = "rmss169";
?>