diff options
author | ivan <ivan> | 2010-12-27 00:04:44 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-12-27 00:04:44 +0000 |
commit | 74e058c8a010ef6feb539248a550d0bb169c1e94 (patch) | |
tree | 6e8d3efb218dd0f41970b62c7f29758d1ae9a937 /torrus/configs/email-siteconfig.pl | |
parent | 35359a73152b3d7a9ad5e3d37faf81f6fedb76e8 (diff) |
import torrus 1.0.9
Diffstat (limited to 'torrus/configs/email-siteconfig.pl')
-rw-r--r-- | torrus/configs/email-siteconfig.pl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/torrus/configs/email-siteconfig.pl b/torrus/configs/email-siteconfig.pl new file mode 100644 index 000000000..74a82e5a1 --- /dev/null +++ b/torrus/configs/email-siteconfig.pl @@ -0,0 +1,16 @@ +# Torrus Email notifications configuration. Put all your site specifics here. + +# The URL where the user can browse the datasources +$Torrus::Email::url = 'http://localhost/torrus'; + +# Filename within templates directory which will be used +# for e-mail notification +$Torrus::Email::template = 'email-alarm.txt'; + +1; + +# Local Variables: +# mode: perl +# indent-tabs-mode: nil +# perl-indent-level: 4 +# End: |