aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/CronFns.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-04-16 14:41:31 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-04-23 15:00:26 +0100
commitce4d1c9214d211dc33444c900e759cd1cb4377b2 (patch)
tree55fbdb13413ed38f0143cd1b22039d745ea412e3 /perllib/CronFns.pm
parent797d47897505837d1b77c28221c87586cefc12f1 (diff)
Add a cobrand hook to table dashboard generation.
This allows a cobrand to categorise the reports however it wishes.
Diffstat (limited to 'perllib/CronFns.pm')
-rwxr-xr-xperllib/CronFns.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/CronFns.pm b/perllib/CronFns.pm
index 888817e05..58237d322 100755
--- a/perllib/CronFns.pm
+++ b/perllib/CronFns.pm
@@ -27,6 +27,7 @@ sub site {
my $base_url = shift;
my $site = 'fixmystreet';
$site = 'zurich' if $base_url =~ /zurich|zueri/;
+ $site = 'smidsy' if $base_url =~ /smidsy|collideosco/;
return $site;
}