mirror of
https://silica.codes/islehorse/HorseIsleWeb.git
synced 2025-04-06 05:05:47 +12:00
Add files via upload
This commit is contained in:
parent
780f6a9d1b
commit
f36ec8c28b
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ $dbuser = 'root';
|
||||||
$dbpass = 'test123';
|
$dbpass = 'test123';
|
||||||
$dbhost = '127.0.0.1';
|
$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
|
$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
|
# [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
|
# original is https://www.paypal.com/cgi-bin/webscr which obviously wont do
|
||||||
|
|
Loading…
Add table
Reference in a new issue