Fix some crashes

This commit is contained in:
SilicaAndPina 2021-06-02 17:57:56 +12:00
parent 197dc53270
commit 323d5f4408
4 changed files with 6 additions and 9 deletions

View file

@ -12,7 +12,7 @@ $dbhost = '127.0.0.1';
# Should be set to the same value on all game sites and the master site.
# NOTE: if someone knows this secret they can login to ANYONES account
# Ideally, this would be a random string of numbers, letters and symbols like 20 characters long T-T
$hmac_secret = "!!NOTSET!!";
$hmac_secret = "!!NOTSET!!";
$master_site = "http://server.islehorse.com";
# Password for /web/admin
$admin_portal_password = "!!NOTSET!!";