]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_home.php
'what' files should be loaded only once
[mailer.git] / inc / modules / admin / what-config_home.php
index fb80c90ea2e4b215092daaac0b7793c8780bbeba..aecc2ca5f64f25b1c43c1c89bb295c1b3b5b6eee 100644 (file)
@@ -17,7 +17,7 @@
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
- * For more information visit: http://www.mxchange.org                  *
+ * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
  * it under the terms of the GNU General Public License as published by *
@@ -45,8 +45,8 @@ addYouAreHereLink('admin', __FILE__);
 
 // Init 'sub' value
 $sub = '';
-if (isGetRequestParameterSet('sub')) {
-       $sub = getRequestParameter('sub');
+if (isGetRequestElementSet('sub')) {
+       $sub = getRequestElement('sub');
 } // END - if
 
 switch ($sub) {
@@ -71,9 +71,9 @@ switch ($sub) {
                break;
 
        case 'target': // Set which what-file will be placed in home-page (only modules.php?module=index)
-               if (isGetRequestParameterSet('home')) {
+               if (isGetRequestElementSet('home')) {
                        // Set new home
-                       updateConfiguration('index_home', getRequestParameter('home'));
+                       updateConfiguration('index_home', getRequestElement('home'));
                } // END - if
 
                // Load all what menu points