]> 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 1c57333bcbdfc94011a7f43bd622bd33a9133d0e..f174499163d70f0290ccabca5cb6f3a5a91261bc 100644 (file)
@@ -10,7 +10,7 @@
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Auszahlungensarten editieren                     *
  * -------------------------------------------------------------------- *
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Auszahlungensarten editieren                     *
  * -------------------------------------------------------------------- *
- * $Revision:: 856                                                    $ *
+ * $Revision::                                                        $ *
  * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
  * $Author::                                                          $ *
  * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
  * $Author::                                                          $ *
 
 // Some security stuff...
 if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
 
 // 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
        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
 
 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!
                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
        }
 }  else {
        // Prepare data for template output
@@ -84,25 +84,25 @@ if (IS_FORM_SENT()) {
        );
 
        // Prepare payout Y/N selection
        );
 
        // Prepare payout Y/N selection
-       if (getConfig('wernis_payout_active') == "Y") {
+       if (getConfig('wernis_payout_active') == 'Y') {
                // Payout allowed
                // 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
        } 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
        }
 
        // Prepare withdraw Y/N selection
-       if (getConfig('wernis_withdraw_active') == "Y") {
+       if (getConfig('wernis_withdraw_active') == 'Y') {
                // Payout allowed
                // 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
        } 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
        }
 
        // Load template