Misc

$g_limit_reporters

Limit reporters to only viewing bugs that they report.

$g_allow_reporter_close

Allow reporters to close the bugs they reported.

$g_allow_close_immediately

Allow developers and above to close bugs immediately when resolving bugs.

$g_allow_bug_delete_access_level

Allow the specified access level and above to delete bugs.

$g_bug_move_access_level

Allow the specified access level and above to move bugs between projects.

$g_allow_account_delete

Allow users to delete their own accounts.

$g_allow_anonymous_login

Allow easy anonymous access.

$g_anonymous_account

Set the account that users will login as. Make sure this is a viewer or reporter account.

$g_cvs_web

This allows for quick linking to CVS files via CVSweb or ViewCVS.

$g_bug_link_tag

If a number follows this tag it will create a link to a bug. eg. for # a link would be #45 eg. for bug: a link would be bug:98

$g_show_timer

Time page loads. Shows at the bottom of the page.

$g_show_queries_count

Shows the total number/unique number of queries executed to serve the page. Default is ON.

$g_show_queries_list

Shows the list of all queries that are executed in chronological order from top to bottom. This option is only effective when $g_show_queries_count is ON. Default is OFF. WARNING: Potential security hazard. Only turn this on when you really need it (for debugging or profiling)

$g_register_globals

If your register_globals is Off then set this to OFF. Check your register_globals setting in php.ini or phpinfo().

$g_enable_project_documentation

Specifies whether to enable support for project documents or not. Default is ON.