From a08f21f84e402b9c20b749849cfa836c68a6298d Mon Sep 17 00:00:00 2001 From: Bluzume <39113159+KuromeSan@users.noreply.github.com> Date: Sun, 24 Oct 2021 01:01:25 -0400 Subject: [PATCH] manually remove config.php --- WebInterface/game-site/config.php | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100755 WebInterface/game-site/config.php diff --git a/WebInterface/game-site/config.php b/WebInterface/game-site/config.php deleted file mode 100755 index 218a806..0000000 --- a/WebInterface/game-site/config.php +++ /dev/null @@ -1,25 +0,0 @@ -<?php -$server_ip = '127.0.0.1'; -$server_port = 12321; - -$dbname = 'beta'; -$dbuser = 'root'; -$dbpass = 'test123'; -$dbhost = '127.0.0.1'; - -$all_users_subbed = false; -$server_id = "game"; -$pp_uri = '/web/ppemu.php'; # location of paypal emulator on game-servers -# original is https://www.paypal.com/cgi-bin/webscr which obviously wont do -# Dont set it to that though, as the paypalgateway.php is not implemented. - -$EXHANGE_RATE = 100000; # How much 1 USD is worth as HI Money - -# == hmac_secret == -# Used for master-site to communicate with game-sites, -# 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!!"; -$master_site = "//server.islehorse.com"; -?>