mirror of
https://silica.codes/islehorse/HorseIsleWeb.git
synced 2025-05-22 02:56:31 +12:00
Fix money duplication
This commit is contained in:
parent
007bccccbc
commit
66bbfd7913
2 changed files with 22 additions and 14 deletions
|
@ -13,7 +13,7 @@ $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
|
||||
$EXHANGE_RATE = 125000; # How much 1 USD is worth as HI Money
|
||||
|
||||
# == hmac_secret ==
|
||||
# Used for master-site to communicate with game-sites,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue