X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fjs%2Fjs-surfbar_frame_top.php;h=cc9c63e55c73cad143e55c238f62312db75362b9;hb=3c311675e341584ad25c561a5a65198f3717125f;hp=25bc676197bb8baf65679f385f9bae19165bbf9c;hpb=2e613a3df528029df9b10f2b5bbf0089c405cc7f;p=mailer.git diff --git a/inc/js/js-surfbar_frame_top.php b/inc/js/js-surfbar_frame_top.php index 25bc676197..cc9c63e55c 100644 --- a/inc/js/js-surfbar_frame_top.php +++ b/inc/js/js-surfbar_frame_top.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 * @@ -46,15 +46,15 @@ if (!defined('__SECURITY')) { SURFBAR_INIT(); // Init data -SURFBAR_DETERMINE_NEXT_ID(getRequestParameter('url_id')); +SURFBAR_DETERMINE_NEXT_ID(getRequestElement('url_id')); // Check reload-locks SURFBAR_CHECK_RELOAD_FULL(); // Prepare content $content = array( - 'url_id' => bigintval(getRequestParameter('url_id')), - 'check' => SURFBAR_GENERATE_VALIDATION_CODE(getRequestParameter('url_id'), SURFBAR_GET_LAST_SALT()), + 'url_id' => bigintval(getRequestElement('url_id')), + 'check' => SURFBAR_GENERATE_VALIDATION_CODE(getRequestElement('url_id'), SURFBAR_GET_LAST_SALT()), 'salt' => SURFBAR_GET_LAST_SALT(), );