Changeset 509 for branches/stable/cgi-bin
- Timestamp:
- 11/16/11 17:19:12 (13 years ago)
- Location:
- branches/stable/cgi-bin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/IPDB.pm
r508 r509 837 837 my ($action,$subj,$message) = @_; 838 838 839 return if $domain eq 'example.com'; # no point being obnoxious if we're still stuck with defaults. 840 839 841 ##fixme: need to redesign the breakdown/processing for $action for proper handling of all cases 840 842 -
branches/stable/cgi-bin/MyIPDB.pm
r508 r509 29 29 # Set some globals declared in IPDB.pm. Most of these only affect mailNotify(). 30 30 # Note that while you *can* leave these at defaults, it's probably a Really Bad Idea. 31 # Also note that mail will silently not happen if at least smtphost and domain are not set. 31 32 #$IPDB::org_name = "Example Corp"; 32 33 #$IPDB::smtphost = '127.0.0.1';
Note:
See TracChangeset
for help on using the changeset viewer.