Changeset 417 for trunk/cgi-bin/main.cgi
- Timestamp:
- 06/30/10 17:48:03 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/main.cgi
r416 r417 7 7 # Last update by $Author$ 8 8 ### 9 # Copyright (C) 2004-2010 - Kris Deugau 9 10 10 11 use strict; … … 13 14 use DBI; 14 15 use CommonWeb qw(:ALL); 15 use MyIPDB;16 16 use CustIDCK; 17 17 use POSIX qw(ceil); … … 19 19 20 20 use Sys::Syslog; 21 22 # don't remove! required for GNU/FHS-ish install from tarball 23 ##uselib## 24 25 use MyIPDB; 21 26 22 27 openlog "IPDB","pid","local2"; … … 956 961 if (!$status) { 957 962 printError("Customer ID not valid. Make sure the Customer ID ". 958 "is correct.<br>\nUse STAFF for staff static IPs, and 6750400for any other ".963 "is correct.<br>\nUse STAFF for staff static IPs, and $defcustid for any other ". 959 964 "non-customer assignments."); 960 965 return;
Note:
See TracChangeset
for help on using the changeset viewer.