Skip to content

Commit

Permalink
Documentation: making default value more obvious
Browse files Browse the repository at this point in the history
$g_file_upload_method as an example.

Issue #16610
  • Loading branch information
cheesecracker authored and dregad committed Nov 19, 2013
1 parent 5403f71 commit 229a67d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docbook/Admin_Guide/en-US/Configuration.xml
Expand Up @@ -1626,15 +1626,18 @@ $g_language_choices_arr = array( 'english', 'french', 'german' );
<varlistentry>
<term>$g_file_upload_method</term>
<listitem>
<para>Specify the location for uploading attachments. This can be
DISK, DATABASE, or FTP. In case of FTP, the files are saved on the
<para>Specify the location for uploading attachments.
In case of FTP, the files are saved on the
webserver (same as disk) as well as on the specified FTP server.
Default value is DATABASE.
In case of DISK / FTP upload methods you need to provide the
webserver with write access rights to the configured upload path
(configured in the project) and temporary upload path (used by
PHP).
</para>
<para>Values: DISK, DATABASE, FTP
</para>
<para>Default: DATABASE
</para>
</listitem>
</varlistentry>
<varlistentry>
Expand Down

0 comments on commit 229a67d

Please sign in to comment.