From 74994abee49b1b83aef437ea795c0d49411e99fa Mon Sep 17 00:00:00 2001 From: Isaac Bennetch Date: Thu, 24 Mar 2016 19:07:22 -0400 Subject: [PATCH] Update location of tcpdf library Signed-off-by: Isaac Bennetch --- doc/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/faq.rst b/doc/faq.rst index f3e338d3b1..efed3203fa 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -618,7 +618,7 @@ Some users have requested to be able to reduce the size of the phpMyAdmin instal This is not recommended and could lead to confusion over missing features, but can be done. A list of files and corresponding functionality which degrade gracefully when removed include: -* :file:`./libraries/tcpdf` folder (exporting to PDF) +* :file:`./vendor/tecnickcom/tcpdf` folder (exporting to PDF) * :file:`./locale/` folder, or unused subfolders (interface translations) * Any unused themes in :file:`./themes/` * :file:`./js/jquery/src/` (included for licensing reasons)