summaryrefslogtreecommitdiff
path: root/hearth/var/www/cgi/dlr-routo.cgi
blob: 1675fd2f23556912600e89c9c3ec0c0338ae879c (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 => 'routo',
  10. },
  11. );
  12. $webapp->run();