summaryrefslogtreecommitdiffstats
path: root/network/squirrelmail/config_local.php.txt
diff options
context:
space:
mode:
Diffstat (limited to 'network/squirrelmail/config_local.php.txt')
-rw-r--r--network/squirrelmail/config_local.php.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/network/squirrelmail/config_local.php.txt b/network/squirrelmail/config_local.php.txt
new file mode 100644
index 0000000000..fb4ee5967a
--- /dev/null
+++ b/network/squirrelmail/config_local.php.txt
@@ -0,0 +1,18 @@
+<?php
+
+/**
+ * Local config overrides.
+ *
+ * You can override the config.php settings here.
+ * Don't do it unless you know what you're doing.
+ * Use standard PHP syntax, see config.php for examples.
+ *
+ * @copyright &copy; 2002-2006 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
+ * @package squirrelmail
+ * @subpackage config
+ */
+
+$default_folder_prefix = '';
+?>