Changeset 434
- Timestamp:
- 07/19/10 16:57:56 (14 years ago)
- Location:
- trunk/cgi-bin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/IPDB.pm
r432 r434 67 67 our $org_phone = '000-555-1234'; 68 68 our $org_techhandle = 'ISP-ARIN-HANDLE'; 69 our $org_email = 'noc@example.com'; 69 70 70 71 our $syslog_facility = 'local2'; -
trunk/cgi-bin/MyIPDB.pm
r432 r434 39 39 # note: following may also just be a bare email address 40 40 #$IPDB::org_techhandle = 'ISP-ARIN-HANDLE'; 41 #$IPDB::org_email = 'noc@example.com'; 41 42 42 43 # Logging destination. Defaults to local2. See your local syslog docs for valid facilities. -
trunk/cgi-bin/extras/db2rwhois.pl
r420 r434 202 202 "Created: $ctime\n". 203 203 "Updated: $mtime\n". 204 "Updated-By: noc\@example.com\n";204 "Updated-By: $IPDB::org_email\n"; 205 205 206 206 # And now the subblocks … … 270 270 "Created: $ctime\n". 271 271 "Updated: $mtime\n". 272 "Updated-By: noc\@example.com\n";272 "Updated-By: $IPDB::org_email\n"; 273 273 } else { 274 274 $custsth->execute($custid); … … 294 294 "Created: $ctime\n". 295 295 "Updated: $mtime\n". 296 "Updated-By: noc\@example.com\n";296 "Updated-By: $IPDB::org_email\n"; 297 297 } # swip 298 298
Note:
See TracChangeset
for help on using the changeset viewer.