]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_wernis.php
A lot rewrites from double-quote to single-quote, some fixes for extension handling...
[mailer.git] / inc / modules / admin / what-config_wernis.php
index ef6d111b5ebba5056fdda63c144931f225e75571..d68dd42107edb3b064fa2b300a7da5f7ef510f17 100644 (file)
@@ -43,7 +43,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
 }
 
 // Add description as navigation point
-ADD_DESCR("admin", __FILE__);
+ADD_DESCR('admin', __FILE__);
 
 if (IS_FORM_SENT()) {
        // First merge temporarily the new API data into the current config
@@ -64,7 +64,7 @@ if (IS_FORM_SENT()) {
                ADMIN_SAVE_SETTINGS_POST();
        } else {
                // Failed to test the API!
-               LOAD_TEMPLATE("admin_settings_saved", false, GET_WERNIS_ERROR_MESSAGE());
+               LOAD_TEMPLATE('admin_settings_saved', false, GET_WERNIS_ERROR_MESSAGE());
        }
 }  else {
        // Prepare data for template output
@@ -84,25 +84,25 @@ if (IS_FORM_SENT()) {
        );
 
        // Prepare payout Y/N selection
-       if (getConfig('wernis_payout_active') == "Y") {
+       if (getConfig('wernis_payout_active') == 'Y') {
                // Payout allowed
-               define('__CFG_WERNIS_PAYOUT_ACTIVE_Y', " checked=\"checked\"");
-               define('__CFG_WERNIS_PAYOUT_ACTIVE_N', "");
+               define('__CFG_WERNIS_PAYOUT_ACTIVE_Y', ' chkecked="checked"');
+               define('__CFG_WERNIS_PAYOUT_ACTIVE_N', '');
        } else {
                // Payout disabled
-               define('__CFG_WERNIS_PAYOUT_ACTIVE_Y', "");
-               define('__CFG_WERNIS_PAYOUT_ACTIVE_N', " checked=\"checked\"");
+               define('__CFG_WERNIS_PAYOUT_ACTIVE_Y', '');
+               define('__CFG_WERNIS_PAYOUT_ACTIVE_N', ' chkecked="checked"');
        }
 
        // Prepare withdraw Y/N selection
-       if (getConfig('wernis_withdraw_active') == "Y") {
+       if (getConfig('wernis_withdraw_active') == 'Y') {
                // Payout allowed
-               define('__CFG_WERNIS_WITHDRAW_ACTIVE_Y', " checked=\"checked\"");
-               define('__CFG_WERNIS_WITHDRAW_ACTIVE_N', "");
+               define('__CFG_WERNIS_WITHDRAW_ACTIVE_Y', ' chkecked="checked"');
+               define('__CFG_WERNIS_WITHDRAW_ACTIVE_N', '');
        } else {
                // Payout disabled
-               define('__CFG_WERNIS_WITHDRAW_ACTIVE_Y', "");
-               define('__CFG_WERNIS_WITHDRAW_ACTIVE_N', " checked=\"checked\"");
+               define('__CFG_WERNIS_WITHDRAW_ACTIVE_Y', '');
+               define('__CFG_WERNIS_WITHDRAW_ACTIVE_N', ' chkecked="checked"');
        }
 
        // Load template