From ca463b9e89186be48ac75d8e2b23173122303a55 Mon Sep 17 00:00:00 2001 From: Florin-Ciprian Bodin Date: Mon, 13 Nov 2023 09:38:57 +0200 Subject: [PATCH] Update RequestVars.php --- classes/RequestVars.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/classes/RequestVars.php b/classes/RequestVars.php index 0d40ad5..12ae643 100644 --- a/classes/RequestVars.php +++ b/classes/RequestVars.php @@ -3,7 +3,7 @@ /** * @package AutoIndex * -* @copyright (c) 2002-2021 Markus Petrux, John Olson, FlorinCB aka orynider at github.com +* @copyright (c) 2002-2023 Markus Petrux, John Olson, FlorinCB aka orynider at github.com * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://mxpcms.sourceforge.net/ * @link http://autoindex.sourceforge.net @@ -1014,3 +1014,4 @@ class RequestVars } } } // class RequestVars +?>