mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-06 12:54:21 +00:00
fix: missing quotes for plus config values
This commit is contained in:
@@ -130,7 +130,7 @@ define("AUTH_EMAIL",%ACTIVATE%);
|
||||
|
||||
// ***** PLUS
|
||||
//Plus PayPal e-mail address
|
||||
define("PAYPAL_EMAIL",%PAYPAL_EMAIL%);
|
||||
define("PAYPAL_EMAIL",%PAYPAL_EMAIL%");
|
||||
//Plus PayPal currency
|
||||
define("PAYPAL_CURRENCY","%PAYPAL_CURRENCY%");
|
||||
//Plus Package A Price
|
||||
|
||||
Reference in New Issue
Block a user