diff --git a/Documentation.html b/Documentation.html index e7750ead8..344cdda28 100644 --- a/Documentation.html +++ b/Documentation.html @@ -270,6 +270,7 @@ chmod o+w config/config.inc.php # give it world writable permissions
 mv config/config.inc.php .         # move file to current directory
 chmod o-rw config.inc.php          # remove world read and write permissions
+rm -rf config                      # remove not needed directory
 
Now the file is ready to be used. You can choose to review or edit the file with your favorite editor, if you prefer to set some