search forms are moved to squirrelmail site.
[squirrelmail.git] / plugins / bug_report / config_default.php
diff --git a/plugins/bug_report/config_default.php b/plugins/bug_report/config_default.php
new file mode 100644 (file)
index 0000000..245d888
--- /dev/null
@@ -0,0 +1,32 @@
+<?php
+/**
+ * Bug Report plugin - default configuration file
+ *
+ * This file contains default Bug Report plugin configuration options.
+ * Plugin's site configuration should be stored in config/bug_report_config.php
+ * or plugins/bug_report/config.php file.
+ *
+ * @copyright &copy; 2005 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
+ * @package plugins
+ * @subpackage bug_report
+ */
+
+/**
+ * Admin email
+ * @global string $bug_report_admin_email
+ */
+$bug_report_admin_email = '';
+
+/**
+ * Controls availability of bug_report plugin to end users.
+ * If option is set to false, only interface admins can use 
+ * bug_report plugin. If option is set to true and admin email
+ * is set, bug_report plugin can be used by other interface 
+ * users. Information about setting administrative users can be
+ * found in plugins/bug_report/README 
+ * @global boolean $bug_report_allow_users
+ */
+$bug_report_allow_users = false;
+?>
\ No newline at end of file