From f36ec8c28b449cc4088a83457adbb40ff14acb23 Mon Sep 17 00:00:00 2001 From: Li Date: Sat, 21 May 2022 13:11:09 +1200 Subject: [PATCH] Add files via upload --- master-site/config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/master-site/config.php b/master-site/config.php index e4e441e..ccf54f8 100644 --- a/master-site/config.php +++ b/master-site/config.php @@ -4,6 +4,9 @@ $dbuser = 'root'; $dbpass = 'test123'; $dbhost = '127.0.0.1'; +$from_email = "support@horseisle.com"; +$email_activation = true; + $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