X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_home.php;h=aecc2ca5f64f25b1c43c1c89bb295c1b3b5b6eee;hb=a6b8ffb5122ae385f0f742c092bc013056b63675;hp=fb80c90ea2e4b215092daaac0b7793c8780bbeba;hpb=be79afde3071dfc4d6fe845ddb75abf13534eadb;p=mailer.git diff --git a/inc/modules/admin/what-config_home.php b/inc/modules/admin/what-config_home.php index fb80c90ea2..aecc2ca5f6 100644 --- a/inc/modules/admin/what-config_home.php +++ b/inc/modules/admin/what-config_home.php @@ -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