aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlouise <louise>2009-08-20 10:26:37 +0000
committerlouise <louise>2009-08-20 10:26:37 +0000
commit857c3cedaa03f34ddbf3aeeea8629512e9b58652 (patch)
tree31d8e36e6e861b27e9589b7a801135509f511535
parent9a80a23609ffc1ec1737750be6993fe743e4c708 (diff)
Adding option for allowed cobrands
-rw-r--r--conf/general-example4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/general-example b/conf/general-example
index e9dcca18a..843b2d088 100644
--- a/conf/general-example
+++ b/conf/general-example
@@ -14,7 +14,7 @@
* Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved.
* Email: francis@mysociety.org; WWW: http://www.mysociety.org
*
- * $Id: general-example,v 1.18 2009-07-15 19:57:39 matthew Exp $
+ * $Id: general-example,v 1.19 2009-08-20 10:26:37 louise Exp $
*
*/
@@ -66,4 +66,6 @@ define('OPTION_IPHONE_URL', '');
// Log file (used in test harness, and later in admin scripts)
define('OPTION_HTTPD_ERROR_LOG', '/var/log/apache/error.log');
+define('OPTION_ALLOWED_COBRANDS', 'cobrand_one|cobrand_two');
+
?>