diff --git a/Documentation.html b/Documentation.html
index 7d6ba8f96..ae47cd686 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -192,9 +192,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
- still a quick way to get started and needed for some advanced features.
+ 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 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
config.sample.inc.php to get minimal configuration
@@ -1684,9 +1684,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
@@ -1723,8 +1720,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 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.