mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-19 19:29:15 +12:00
Update web
This commit is contained in:
parent
852b5f33ec
commit
6e32fc9aca
18 changed files with 480 additions and 158 deletions
9
WebInterface/master-site/config.php
Normal file
9
WebInterface/master-site/config.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
$dbname = 'master';
|
||||
$dbuser = 'root';
|
||||
$dbpass = 'test123';
|
||||
$dbhost = '127.0.0.1';
|
||||
|
||||
#should be same as all game-site's
|
||||
$hmac_secret = '!!NOTSET!!';
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue