Changeset 529
- Timestamp:
- 06/25/13 17:51:42 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DNSDB.pm
r526 r529 177 177 # note: add appropriate stanzas in __cfgload() to parse these 178 178 my %defconfig = ( 179 # The only configuration option not loadable from a config file.180 configfile => '/etc/dnsdb/dnsdb.conf',179 # The only configuration options not loadable from a config file. 180 configfile => "/etc/dnsdb/dnsdb.conf", ##CFG_LEAF## 181 181 182 182 # Database connection info … … 5429 5429 "Date: ".strftime("%a, %d %b %Y %H:%M:%S %z",localtime)."\n", 5430 5430 "Subject: $subj\n", 5431 "X-Mailer: DNSAdmin Notify v".sprintf("%.1d",$DNSDB::VERSION)."\n",5431 "X-Mailer: DNSAdmin v".$DNSDB::VERSION." Notify\n", 5432 5432 "Organization: $self->{orgname}\n", 5433 5433 "\n$message\n");
Note:
See TracChangeset
for help on using the changeset viewer.