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