web-based upload dir

This commit is contained in:
Marc Delisle
2002-08-21 12:53:53 +00:00
parent 015648e7a0
commit 0db2a7765a

View File

@@ -1346,6 +1346,9 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
Those files are available under a drop-down box when you click the Those files are available under a drop-down box when you click the
database name, then the SQL tab. database name, then the SQL tab.
<br /><br /> <br /><br />
Avoid using './', because users would see the whole phpMyAdmin
directory, including the configuration file.
<br /><br />
This feature is useful when your file is too big to be uploaded via This feature is useful when your file is too big to be uploaded via
HTTP, or when file uploads are disabled in PHP. HTTP, or when file uploads are disabled in PHP.
<br /><br /> <br /><br />