diff options
author | francis <francis> | 2007-11-27 10:36:51 +0000 |
---|---|---|
committer | francis <francis> | 2007-11-27 10:36:51 +0000 |
commit | cb1a34ede502a9d5eaf1171cd9467047156473f2 (patch) | |
tree | 5a5d73b76d50de3147e79391d65e05cd0cb693b8 | |
parent | 30596d43773b3b967f4e59bf6892994af2761d50 (diff) |
Comment
-rw-r--r-- | config/general-example | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/general-example b/config/general-example index 0baaaa93d..2de8f4d5b 100644 --- a/config/general-example +++ b/config/general-example @@ -19,10 +19,12 @@ * Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. * Email: francis@mysociety.org; WWW: http://www.mysociety.org * - * $Id: general-example,v 1.6 2007-11-27 10:35:41 francis Exp $ + * $Id: general-example,v 1.7 2007-11-27 10:36:51 francis Exp $ * */ +// Mails aren't really sent to public bodies if this is turned on, but back +// to requestor. And it says it is a staging site. define('OPTION_STAGING_SITE', 1); // Domain used in URLs generated by scripts (e.g. for going in some emails) |