diff options
-rw-r--r-- | conf/general-example | 4 |
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'); + ?> |