Changeset 420 for trunk/cgi-bin/IPDB.pm


Ignore:
Timestamp:
07/04/10 16:01:22 (14 years ago)
Author:
Kris Deugau
Message:

/trunk

Fix dangling $defcustid -> $IPDB::defcustid
Return quietly from mailNotify if there's no recipients
Move rWHOIS data path definition/default into MyIPDB.pm/IPDB.pm respectively

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/IPDB.pm

    r417 r420  
    5959# mostly for rwhois
    6060##fixme:  leave these blank by default?
     61our $rwhoisDataPath = '/usr/local/rwhoisd/etc/rwhoisd'; # to match ./configure defaults from rwhoisd-1.5.9.6
    6162our $org_street = '123 4th Street';
    6263our $org_city = 'Anytown';
     
    853854  }
    854855
     856  return if !@reciplist;
     857
    855858  foreach my $recip (@reciplist) {
    856859    $mailer->mail("ipdb\@$domain");
Note: See TracChangeset for help on using the changeset viewer.