mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-09 06:35:42 +12:00
Update config.php
This commit is contained in:
parent
52666a88d3
commit
13744cb508
1 changed files with 4 additions and 1 deletions
|
@ -9,7 +9,10 @@ $dbhost = '127.0.0.1';
|
||||||
|
|
||||||
$all_users_subbed = false;
|
$all_users_subbed = false;
|
||||||
$server_id = "game";
|
$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
|
$EXHANGE_RATE = 100000; # How much 1 USD is worth as HI Money
|
||||||
|
|
||||||
# == hmac_secret ==
|
# == hmac_secret ==
|
||||||
|
|
Loading…
Add table
Reference in a new issue