Changeset 99


Ignore:
Timestamp:
12/03/04 14:39:31 (19 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Removed full_alloc_types hash definition
Cleaned up comments on globals

File:
1 edited

Legend:

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

    r98 r99  
    4242                        # Only usage passes "select count(*) ..."
    4343
     44# Global variables
    4445my $RESULTS_PER_PAGE = 50;
    4546my %webvar = parse_post();
    4647cleanInput(\%webvar);
    4748
    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
    7050my @masterblocks;
    7151my @citylist;
Note: See TracChangeset for help on using the changeset viewer.