X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fjs%2Fjs-surfbar_frame_top.php;h=cc9c63e55c73cad143e55c238f62312db75362b9;hb=3c311675e341584ad25c561a5a65198f3717125f;hp=1fa95763a75c15adf7f0ba74d2ccb98aaf7e2527;hpb=f0c95de05a49df5bd981645300642f7016857edc;p=mailer.git diff --git a/inc/js/js-surfbar_frame_top.php b/inc/js/js-surfbar_frame_top.php index 1fa95763a7..cc9c63e55c 100644 --- a/inc/js/js-surfbar_frame_top.php +++ b/inc/js/js-surfbar_frame_top.php @@ -14,12 +14,10 @@ * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * - * Needs to be in all Files and every File needs "svn propset * - * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009, 2010 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * Copyright (c) 2009 - 2011 by Mailer Developer Team * + * 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 * @@ -48,17 +46,16 @@ 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(); -// Update stats -SURFBAR_UPDATE_SALT_STATS(); - // Prepare content $content = array( - 'url_id' => bigintval(getRequestParameter('url_id')) + 'url_id' => bigintval(getRequestElement('url_id')), + 'check' => SURFBAR_GENERATE_VALIDATION_CODE(getRequestElement('url_id'), SURFBAR_GET_LAST_SALT()), + 'salt' => SURFBAR_GET_LAST_SALT(), ); // Load template