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:
authorRavgeet Dhillon <ravgeetdhillon@gmail.com>2019-04-14 19:35:01 +0300
committerWilliam Desportes <williamdes@wdes.fr>2019-05-27 22:03:07 +0300
commit3e1a6772c5f3c34f08f118aaf4bfa62c159c2d66 (patch)
tree6e11cc3ab3f2a3a7c29ff8b8581cd934c0439bf8 /doc
parente723e34e842f03051a19cf9d4665346b2a1f5c06 (diff)
Update config.rst
I have done some changes based on the suggestion of members. Fixes #15041 Signed-off-by: Ravgeet Dhillon <ravgeetdhillon@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/config.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/config.rst b/doc/config.rst
index f91d4a93a8..9bcb743c6a 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -1985,11 +1985,12 @@ Navigation panel setup
.. config:option:: $cfg['NavigationLogoLink']
:type: string
- :default: ``'index.php'``
+ :default: ``'./index.php'`` or ``'./'``
Enter :term:`URL` where logo in the navigation panel will point to.
For use especially with self made theme which changes this.
- For external URLs, you should include URL scheme as well.
+ For relative/internal URLs, you need to have leading `` ./ `` or trailing characters `` ? `` such as ``'./sql.php?'``.
+ For external URLs, you should include URL protocol schemes (``http`` or ``https``) with absolute URLs.
.. config:option:: $cfg['NavigationLogoLinkWindow']