X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=ajax.php;h=f0a04892ee3b0276bda0b42147c4b7487f60c0d5;hp=e267e9f9b92a8540625deae9b1a9aafee09fa8ab;hb=6d08952d672c5a5de7d8522f894a5665599a2a4a;hpb=0eea910f4bcaffeb4c6193f4a06f1d187d3a197d diff --git a/ajax.php b/ajax.php index e267e9f9b9..f0a04892ee 100644 --- a/ajax.php +++ b/ajax.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * Copyright (c) 2009 - 2013 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -68,7 +68,7 @@ loadIncludeOnce('inc/header.php'); // Process only POST requests and that at least 'level' is set if ((getHttpRequestMethod() == 'POST') && (isPostRequestElementSet('level'))) { // Okay, that is valid, now check that the requested level right is valid - if (isAjaxRequestLevelValid()) { + if (isValidAjaxRequestLevel()) { // Process the request processAjaxRequest();