From 13744cb508beb11958f08eeffa1460d32f495e1d Mon Sep 17 00:00:00 2001 From: Bluzume <39113159+KuromeSan@users.noreply.github.com> Date: Mon, 9 Aug 2021 19:02:31 +1200 Subject: [PATCH] Update config.php --- WebInterface/game-site/config.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/WebInterface/game-site/config.php b/WebInterface/game-site/config.php index 472607c..218a806 100755 --- a/WebInterface/game-site/config.php +++ b/WebInterface/game-site/config.php @@ -9,7 +9,10 @@ $dbhost = '127.0.0.1'; $all_users_subbed = false; $server_id = "game"; -$pp_uri = '/web/ppemu.php'; # paypal emulator, original is https://www.paypal.com/cgi-bin/webscr +$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 ==