diff --git a/Documentation.html b/Documentation.html
index d8f3babed..50d65d107 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -194,8 +194,9 @@
1.26 for suggestions.
Now you must configure your installation. There are two methods that
can be used. Traditionally, users have hand-edited a copy of
- config.inc.php, but now a wizard-style setup script is provided for
- those who prefer a graphical installation. Creating a config.inc.php is
+ config.inc.php, but now a wizard-style setup script is
+ provided for those who prefer a graphical installation. Creating a
+ config.inc.php file is
still a quick way to get started and needed for some advanced features.
- To manually create the file, simply use your text editor to
create the file config.inc.php (you can copy
@@ -1686,9 +1687,6 @@ $cfg['TrustedProxies'] =
- $cfg['SQLQuery']['Refresh'] boolean
- Whether to display a link to refresh a query in any SQL Query box.
- - $cfg['UploadDir'] string
- -
- The name of the directory where
- $cfg['UploadDir'] string
-
The name of the directory where
@@ -1725,8 +1723,8 @@ $cfg['TrustedProxies'] =
If you want different directory for each user, %u will be replaced
with username.
- Please note that the directory has to be writable for user running
- webserver.
+ Please note that the directory must exist and has to be writable
+ for the user running the webserver.
Please note that if PHP is running in safe mode, this directory must
be owned by the same user as the owner of the phpMyAdmin scripts.