Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2017-11-28 10:44:08 +0300
committerMichal Čihař <michal@cihar.com>2017-11-29 17:09:43 +0300
commit8ef504da912d95e683217228f589bd6d90500384 (patch)
treeca439448b6e156e9ef6360b5745acd1b1f8f5c2d /doc
parent8fbe46f3e810c361858d6c3b6e2ccbb9ff969ff5 (diff)
Remove line counts logic from the error reporting component
We no longer need this as we download js files directly, so the client has correct filename and line immediatelly. Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/faq.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/faq.rst b/doc/faq.rst
index 591e912220..e8c0458e2b 100644
--- a/doc/faq.rst
+++ b/doc/faq.rst
@@ -686,7 +686,7 @@ A list of files and corresponding functionality which degrade gracefully when re
* :file:`./locale/` folder, or unused subfolders (interface translations)
* Any unused themes in :file:`./themes/`
* :file:`./js/vendor/jquery/src/` (included for licensing reasons)
-* :file:`./js/line_counts.php`
+* :file:`./js/line_counts.php` (removed in phpMyAdmin 4.8)
* :file:`./doc/` (documentation)
* :file:`./setup/` (setup script)
* :file:`./examples/`