- Timestamp:
- 01/06/05 15:42:50 (20 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/freespace.pl
r117 r119 8 8 # Last update by $Author$ 9 9 ### 10 # Copyright (C) 2004 - Kris Deugau 10 11 11 12 use DBI; 12 use IPDB qw(:ALL);13 use IPDB 2.0 qw(:ALL); 13 14 use NetAddr::IP; 14 15 15 $dbh = connectDB;16 ($dbh,errstr) = connectDB("ipdb", "ipdb", "ipdbpwd"); 16 17 17 18 print "Content-type: text/plain\n\n";
Note:
See TracChangeset
for help on using the changeset viewer.