diff options
author | ivan <ivan> | 2000-07-18 05:43:27 +0000 |
---|---|---|
committer | ivan <ivan> | 2000-07-18 05:43:27 +0000 |
commit | cb69f12c04dcf89236cf6e0b35a0a3f7f6c03929 (patch) | |
tree | d6ff3eaee7c1eebab97ffd6a10773ffef9c75146 /shift.cgi | |
parent | 61c1c5d580232e39361deed34a827455218aad2c (diff) |
update to mailing lists and other foo
Diffstat (limited to 'shift.cgi')
-rwxr-xr-x | shift.cgi | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -2,7 +2,7 @@ #!/usr/bin/perl -Tw # (Text::Template can't do -T, but no user input is used dangerously) # -# $Id: shift.cgi,v 1.1 2000-05-11 11:27:32 ivan Exp $ +# $Id: shift.cgi,v 1.2 2000-07-18 05:43:27 ivan Exp $ # # Copyright (C) 2000 Adam Gould # Copyright (C) 2000 Michal Migurski @@ -16,9 +16,10 @@ # user-servicable parts ### -$template_file = '/home/ivan/staffsheet/table.html'; -$data_directory = '/home/ivan/staffsheet/data'; -$mail_smtpserver = 'localhost'; # set blank to disable +$template_file = '/var/www/www.420.am/staff/table.html'; +$data_directory = '/var/www/www.420.am/staff/data'; +#$mail_smtpserver = 'localhost'; # set blank to disable +$mail_smtpserver = ''; # set blank to disable $mail_from = 'ivan-misconfigured-shift-from@420.am'; $mail_subject = 'Your shift has been replaced'; @mail_cc = ( |