diff options
-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. |