]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_wernis.php
A lot double-quotes rewritten to single-quotes, some redirect URLs fixed
[mailer.git] / inc / modules / admin / what-config_wernis.php
index ef6d111b5ebba5056fdda63c144931f225e75571..f174499163d70f0290ccabca5cb6f3a5a91261bc 100644 (file)
 
 // Some security stuff...
 if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
-       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
+       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php';
        require($INC);
 }
 
 // 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