Ignore:
Timestamp:
11/15/11 18:08:14 (12 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Make the fixed web path at least configurable in one place rather
than completely hardcoded across many files.
Update initial database tabledef SQL
Bump version

File:
1 edited

Legend:

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

    r360 r507  
    88
    99#file snCalc.cgi        little subnet calculator app
     10use MyIPDB;
    1011
    1112my %webvar = parse_post();
     
    1718my $start = join('', <HTML>);
    1819close(HTML);
     20$start =~ s/\$\$WEBPATH\$\$/$IPDB::webpath/g;
    1921print $start;
    2022
Note: See TracChangeset for help on using the changeset viewer.