From 52666a88d354e2c7336433b8b9ec1bca8ec4b0f9 Mon Sep 17 00:00:00 2001 From: Bluzume <39113159+KuromeSan@users.noreply.github.com> Date: Mon, 9 Aug 2021 19:01:21 +1200 Subject: [PATCH] Update config.php --- WebInterface/master-site/config.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/WebInterface/master-site/config.php b/WebInterface/master-site/config.php index 21cc1c6..e4e441e 100644 --- a/WebInterface/master-site/config.php +++ b/WebInterface/master-site/config.php @@ -4,6 +4,11 @@ $dbuser = 'root'; $dbpass = 'test123'; $dbhost = '127.0.0.1'; +$pp_uri = '[GAMESITE]/web/ppemu.php'; # location of paypal emulator on game-servers +# [GAMESITE] is replaced with the URL for the game-site, as specified in servers.php +# 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. + #should be same as all game-site's $hmac_secret = '!!NOTSET!!'; -?> \ No newline at end of file +?>