X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fjs%2Fjs-surfbar_frame_top.php;h=cc9c63e55c73cad143e55c238f62312db75362b9;hb=3c311675e341584ad25c561a5a65198f3717125f;hp=25b3c3a325f5b181ab17ae3c759beddd6cc73805;hpb=ad5cd2d87eef9bf0509cc19975d3a93a9167e76f;p=mailer.git diff --git a/inc/js/js-surfbar_frame_top.php b/inc/js/js-surfbar_frame_top.php index 25b3c3a325..cc9c63e55c 100644 --- a/inc/js/js-surfbar_frame_top.php +++ b/inc/js/js-surfbar_frame_top.php @@ -10,16 +10,14 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : JavaScript-Tag fuer ext-surfbar.php * * -------------------------------------------------------------------- * - * $Revision:: 1910 $ * - * $Date:: 2010-06-29 06:00:23 +0200 (Tue, 29 Jun 2010) $ * + * $Revision:: $ * + * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * - * $Author:: quix0r $ * - * Needs to be in all Files and every File needs "svn propset * - * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * + * $Author:: $ * * -------------------------------------------------------------------- * * 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