|
From: Benjamin C. <bc...@us...> - 2001-11-08 05:11:33
|
Update of /cvsroot/phpbt/phpbt/docs/sgml In directory usw-pr-cvs1:/tmp/cvs-serv4772 Modified Files: configuration.sgml Log Message: Put the configuration options in the same order as the configuration admin page. Index: configuration.sgml =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/sgml/configuration.sgml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- configuration.sgml 2001/11/03 14:57:06 1.4 +++ configuration.sgml 2001/11/08 05:11:31 1.5 @@ -105,6 +105,18 @@ </listitem> </varlistentry> <varlistentry> +<term>STRICT_UPDATING</term> +<listitem> +<para>If set to true, the only people who can make changes to a bug are the reporter, the owner, and those with manager or admin permissions.</para> +</listitem> +</varlistentry> +<varlistentry> +<term>NEW_ACCOUNTS_DISABLED</term> +<listitem> +<para>If set to true, newaccount.php is disabled and only admins can create new accounts.</para> +</listitem> +</varlistentry> +<varlistentry> <term>ATTACHMENT_PATH</term> <listitem> <para>The subdirectory in which to store bug attachments. This directory needs to writeable by the web server.</para> @@ -132,12 +144,6 @@ <term>LANGUAGE</term> <listitem> <para>The language file (found in the <filename class="directory">languages</filename> sub-directory to use for error and warning messages.</para> -</listitem> -</varlistentry> -<varlistentry> -<term>STRICT_UPDATING</term> -<listitem> -<para>If set to true, the only people who can make changes to a bug are the reporter, the owner, and those with manager or admin permissions.</para> </listitem> </varlistentry> </variablelist> |