mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-21 04:09:15 +12:00
Rewrite alot of how game & master site are handled (note in current state its impossible to make an account.)
This commit is contained in:
parent
1ad0783f8f
commit
c12399dc0e
23 changed files with 548 additions and 888 deletions
|
@ -1,8 +1,9 @@
|
|||
<?php
|
||||
$dbname = 'beta';
|
||||
$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