summaryrefslogtreecommitdiff
path: root/hearth/var/www/cgi/dlr-clickatell.cgi
blob: df849bf4b8fbec607eaab8c3e46bc9fc86abf3a3 (plain)
  1. #!/usr/bin/perl
  2. #use FindBin '$Bin';
  3. #use lib "$Bin/../../public_webdata/hearth/HelloSMS/lib";
  4. use lib "/home/hearth/public_webdata/hearth/HelloSMS/lib";
  5. use HelloSMS::DLR;
  6. my $webapp = HelloSMS::DLR->new(
  7. PARAMS => {
  8. cfg_file => '/home/hearth/public_webdata/hearth/HelloSMS/etc/hellosms.cfg',
  9. id => 'clickatell',
  10. },
  11. );
  12. $webapp->run();