From 0db2a7765a602178e8f8f00d197e7b8921e56f5d Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 21 Aug 2002 12:53:53 +0000 Subject: [PATCH] web-based upload dir --- Documentation.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation.html b/Documentation.html index 32825aeaa..74f9a0b1f 100755 --- a/Documentation.html +++ b/Documentation.html @@ -1346,6 +1346,9 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' Those files are available under a drop-down box when you click the database name, then the SQL tab.

+ Avoid using './', because users would see the whole phpMyAdmin + directory, including the configuration file. +

This feature is useful when your file is too big to be uploaded via HTTP, or when file uploads are disabled in PHP.