Ignore:
Timestamp:
01/06/05 15:42:50 (19 years ago)
Author:
Kris Deugau
Message:

/trunk

Port freespace.pl forward from /branches/stable r117

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/freespace.pl

    r117 r119  
    88# Last update by $Author$
    99###
     10# Copyright (C) 2004 - Kris Deugau
    1011
    1112use DBI;
    12 use IPDB qw(:ALL);
     13use IPDB 2.0 qw(:ALL);
    1314use NetAddr::IP;
    1415
    15 $dbh = connectDB;
     16($dbh,errstr) = connectDB("ipdb", "ipdb", "ipdbpwd");
    1617
    1718print "Content-type: text/plain\n\n";
Note: See TracChangeset for help on using the changeset viewer.