From 2dade15d83b9d0b105fcb35c9edd62bfeceece16 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 13 Dec 2013 04:04:41 -0500
Subject: [PATCH] Fix security rules in .htaccess preventing access to base URL without the ending slash (#1489477)

---
 plugins/jqueryui/jqueryui.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/plugins/jqueryui/jqueryui.php b/plugins/jqueryui/jqueryui.php
index db640d1..e9b3c21 100644
--- a/plugins/jqueryui/jqueryui.php
+++ b/plugins/jqueryui/jqueryui.php
@@ -8,6 +8,7 @@
  * @version 1.9.1
  * @author Cor Bosman <roundcube@wa.ter.net>
  * @author Thomas Bruederli <roundcube@gmail.com>
+ * @license GNU GPLv3+
  */
 class jqueryui extends rcube_plugin
 {

--
Gitblit v1.9.1