Ignore:
Timestamp:
02/09/05 15:53:56 (19 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Merge all changes from /trunk r141-144 and r146

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/main.cgi

    r140 r158  
    1414use DBI;
    1515use CommonWeb qw(:ALL);
    16 use IPDB 2.0 qw(:ALL);
     16use MyIPDB;
    1717use CustIDCK;
    1818use POSIX qw(ceil);
     
    3838my $sth;
    3939my $errstr;
    40 ($ip_dbh,$errstr) = connectDB("ipdb", "ipdb", "ipdbpwd");
     40($ip_dbh,$errstr) = connectDB_My;
    4141if (!$ip_dbh) {
    4242  printAndExit("Failed to connect to database: $errstr\n");
Note: See TracChangeset for help on using the changeset viewer.