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