initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
$sname = "localhost";
|
||||
$uname = "root";
|
||||
$password = "";
|
||||
$db_name = "anubisdb";
|
||||
|
||||
|
||||
define('SERVER' , $sname);
|
||||
define('DB', $db_name);
|
||||
define('USER', $uname);
|
||||
define('PASSWORD' , $password);
|
||||
define('cryptKey' , 'zanubis');
|
||||
define('namefolder', 'anubis');
|
||||
Reference in New Issue
Block a user