From 10e5192a2b1bc90ec137f5e69d0aa072c1210d6d Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Tue, 22 Dec 2015 06:40:36 -0500 Subject: [PATCH] Fix path traversal vulnerability in setting a skin (#1490620) --- program/include/rcmail_utils.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/include/rcmail_utils.php b/program/include/rcmail_utils.php index f732a81..6de4f18 100644 --- a/program/include/rcmail_utils.php +++ b/program/include/rcmail_utils.php @@ -1,6 +1,6 @@ <?php -/* +/** +-----------------------------------------------------------------------+ | program/include/rcmail_utils.php | | | -- Gitblit v1.9.1