|
From: Benjamin C. <bc...@us...> - 2001-11-03 14:57:09
|
Update of /cvsroot/phpbt/phpbt/docs/sgml In directory usw-pr-cvs1:/tmp/cvs-serv29171 Modified Files: configuration.sgml Log Message: New config variables Index: configuration.sgml =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/sgml/configuration.sgml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- configuration.sgml 2001/10/15 13:43:01 1.3 +++ configuration.sgml 2001/11/03 14:57:06 1.4 @@ -128,6 +128,18 @@ <para>The format for displaying the date, according to PHP's <ulink url="http://www.php.net/manual/function.date.php"><function>date()</function></ulink> function.</para> </listitem> </varlistentry> +<varlistentry> +<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> </sect1> |