Changeset 158 for branches/stable/cgi-bin/main.cgi
- Timestamp:
- 02/09/05 15:53:56 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/main.cgi
r140 r158 14 14 use DBI; 15 15 use CommonWeb qw(:ALL); 16 use IPDB 2.0 qw(:ALL);16 use MyIPDB; 17 17 use CustIDCK; 18 18 use POSIX qw(ceil); … … 38 38 my $sth; 39 39 my $errstr; 40 ($ip_dbh,$errstr) = connectDB ("ipdb", "ipdb", "ipdbpwd");40 ($ip_dbh,$errstr) = connectDB_My; 41 41 if (!$ip_dbh) { 42 42 printAndExit("Failed to connect to database: $errstr\n");
Note:
See TracChangeset
for help on using the changeset viewer.