- Timestamp:
- 12/03/04 14:39:31 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/main.cgi
r98 r99 42 42 # Only usage passes "select count(*) ..." 43 43 44 # Global variables 44 45 my $RESULTS_PER_PAGE = 50; 45 46 my %webvar = parse_post(); 46 47 cleanInput(\%webvar); 47 48 48 my %full_alloc_types = ( 49 "ci","Static cable IP", 50 "di","Static DSL IP", 51 "si","Server pool IP", 52 "mi","Static dialup IP", 53 "wi","Static wireless IP", 54 "cp","Cable pool", 55 "dp","DSL pool", 56 "sp","Server pool", 57 "mp","Static dialup pool", 58 "wp","Static wireless pool", 59 "dn","Dialup netblock", 60 "dy","Dynamic DSL netblock", 61 "dc","Dynamic cable netblock", 62 "cn","Customer netblock", 63 "ee","End-use netblock", 64 "rr","Routed netblock", 65 "ii","Internal netblock", 66 "mm","Master block" 67 ); 68 69 # Other global variables 49 # Stuff that gets loaded from the database 70 50 my @masterblocks; 71 51 my @citylist;
Note:
See TracChangeset
for help on using the changeset viewer.