From c58b498f7060665e286b1b7eb978cebeed9e8655 Mon Sep 17 00:00:00 2001 From: dakkar Date: Mon, 13 Feb 2006 15:53:39 +0000 Subject: merge dalla branch git-svn-id: svn://luxion/repos/IscrittiGroLUG/trunk@191 fcb26f47-9200-0410-b104-b98ab5b095f3 --- GroLUG/script/grolug_email.pl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 GroLUG/script/grolug_email.pl (limited to 'GroLUG/script') diff --git a/GroLUG/script/grolug_email.pl b/GroLUG/script/grolug_email.pl new file mode 100755 index 0000000..44b5f4b --- /dev/null +++ b/GroLUG/script/grolug_email.pl @@ -0,0 +1,14 @@ +#!/usr/bin/perl + +BEGIN { + $ENV{CATALYST_ENGINE} ||= 'Null'; + $ENV{CATALYST_SCRIPT_GEN} = 27; +} +use strict; +use FindBin; +use lib "$FindBin::Bin/../lib"; +use GroLUG; + +my $c=GroLUG->prepare(); +$c->{stats}=(GroLUG->debug) ? Tree::Simple->new() : ''; +$c->forward('/iscritto/send_email'); -- cgit v1.2.3