fix: missing quotes for plus config values

This commit is contained in:
Martin Ambrus
2017-10-04 09:17:31 +02:00
parent 8a1ca0960f
commit 6e7ca63cc1
+11 -11
View File
@@ -132,27 +132,27 @@ define("AUTH_EMAIL",%ACTIVATE%);
//Plus PayPal e-mail address //Plus PayPal e-mail address
define("PAYPAL_EMAIL",%PAYPAL_EMAIL%); define("PAYPAL_EMAIL",%PAYPAL_EMAIL%);
//Plus PayPal currency //Plus PayPal currency
define("PAYPAL_CURRENCY",%PAYPAL_CURRENCY%); define("PAYPAL_CURRENCY","%PAYPAL_CURRENCY%");
//Plus Package A Price //Plus Package A Price
define("PLUS_PACKAGE_A_PRICE",%PLUS_PACKAGE_A_PRICE%); define("PLUS_PACKAGE_A_PRICE","%PLUS_PACKAGE_A_PRICE%");
//Plus Package A Gold //Plus Package A Gold
define("PLUS_PACKAGE_A_GOLD",%PLUS_PACKAGE_A_GOLD%); define("PLUS_PACKAGE_A_GOLD","%PLUS_PACKAGE_A_GOLD%");
//Plus Package B Price //Plus Package B Price
define("PLUS_PACKAGE_B_PRICE",%PLUS_PACKAGE_B_PRICE%); define("PLUS_PACKAGE_B_PRICE","%PLUS_PACKAGE_B_PRICE%");
//Plus Package B Gold //Plus Package B Gold
define("PLUS_PACKAGE_B_GOLD",%PLUS_PACKAGE_B_GOLD%); define("PLUS_PACKAGE_B_GOLD","%PLUS_PACKAGE_B_GOLD%");
//Plus Package C Price //Plus Package C Price
define("PLUS_PACKAGE_C_PRICE",%PLUS_PACKAGE_C_PRICE%); define("PLUS_PACKAGE_C_PRICE","%PLUS_PACKAGE_C_PRICE%");
//Plus Package C Gold //Plus Package C Gold
define("PLUS_PACKAGE_C_GOLD",%PLUS_PACKAGE_C_GOLD%); define("PLUS_PACKAGE_C_GOLD","%PLUS_PACKAGE_C_GOLD%");
//Plus Package D Gold //Plus Package D Gold
define("PLUS_PACKAGE_D_GOLD",%PLUS_PACKAGE_D_GOLD%); define("PLUS_PACKAGE_D_GOLD","%PLUS_PACKAGE_D_GOLD%");
//Plus Package D Price //Plus Package D Price
define("PLUS_PACKAGE_D_PRICE",%PLUS_PACKAGE_D_PRICE%); define("PLUS_PACKAGE_D_PRICE","%PLUS_PACKAGE_D_PRICE%");
//Plus Package E Price //Plus Package E Price
define("PLUS_PACKAGE_E_PRICE",%PLUS_PACKAGE_E_PRICE%); define("PLUS_PACKAGE_E_PRICE","%PLUS_PACKAGE_E_PRICE%");
//Plus Package E Gold //Plus Package E Gold
define("PLUS_PACKAGE_E_GOLD",%PLUS_PACKAGE_E_GOLD%); define("PLUS_PACKAGE_E_GOLD","%PLUS_PACKAGE_E_GOLD%");
//Plus account lenght //Plus account lenght
define("PLUS_TIME",%PLUS_TIME%); define("PLUS_TIME",%PLUS_TIME%);
//+25% production lenght //+25% production lenght