Changeset 416 for trunk/cgi-bin/MyIPDB.pm
- Timestamp:
- 05/18/10 18:08:12 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/MyIPDB.pm
r320 r416 19 19 } # end connectDB_My() 20 20 21 # Set some globals declared in IPDB.pm. Most of these only affect mailNotify(). 22 # Note that while you *can* leave these at defaults, it's probably a Really Bad Idea. 23 #$IPDB::orgname = "Bob's Big Bonaza"; 24 #$IPDB::smtphost = '127.0.0.1'; 25 #$IPDB::domain = 'bob.com'; 26 21 27 # Keep Perl from complaining. 22 28 1;
Note:
See TracChangeset
for help on using the changeset viewer.