Version 1.0a
This commit is contained in:
parent
e391f66774
commit
6a19363758
908 changed files with 22193 additions and 17408 deletions
12
includes/onyx/access.php
Normal file
12
includes/onyx/access.php
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
if (!defined("_FCORE"))
|
||||
{
|
||||
die('non autorise');
|
||||
}
|
||||
|
||||
$var___mysql['login'] = "root";
|
||||
|
||||
$var___mysql['password'] = "rmss169";
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue