diff options
author | Matthew Somerville <matthew@dracos.co.uk> | 2010-01-30 12:53:34 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@dracos.co.uk> | 2010-01-30 12:53:34 +0000 |
commit | a0907db5ab6abe16505fa40d0796c0bc415d1d42 (patch) | |
tree | 54ecbd32c79eaedcc626684035405b6130984bda | |
parent | 57a70e50d9934039b4a21c5030412bc9c8c51478 (diff) |
Add base admin URL for EHA.
-rw-r--r-- | perllib/Cobrands/Emptyhomes/Util.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perllib/Cobrands/Emptyhomes/Util.pm b/perllib/Cobrands/Emptyhomes/Util.pm index bc41c66ef..f562a849b 100644 --- a/perllib/Cobrands/Emptyhomes/Util.pm +++ b/perllib/Cobrands/Emptyhomes/Util.pm @@ -34,6 +34,10 @@ sub base_url { return $base_url; } +sub admin_base_url { + return 'https://secure.mysociety.org/admin/emptyhomes/'; +} + =item set_lang_and_domain LANG UNICODE Set the language and text domain for the site based on the query and host. |