]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-logs.php
'what' files should be loaded only once
[mailer.git] / inc / modules / admin / what-logs.php
index 93e2d1c8f3d003613db432132b4ed0e6b971d48a..896073d96093a0f20187d99266e00ef53a717899 100644 (file)
@@ -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 *
@@ -43,9 +43,9 @@ if ((!defined('__SECURITY')) || (!isAdmin())) {
 // Add description as navigation point
 addYouAreHereLink('admin', __FILE__);
 
-if (isGetRequestParameterSet('access')) {
+if (isGetRequestElementSet('access')) {
        // Secure input and construct FQFN
-       $access = SQL_ESCAPE(secureString(getRequestParameter('access')));
+       $access = SQL_ESCAPE(secureString(getRequestElement('access')));
        $target = sprintf("%slogs/%s", getPath(), $access);
 
        // Is the file valid and readable?