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/CommonWeb.pm

    r445 r507  
    5252sub printHeader {
    5353  my $title = shift;
     54  my $webpath = shift;
    5455  print "Content-type: text/html\n\n";
    5556# This doesn't work well.  Must investigate.
     
    6263
    6364  $html =~ s/\$\$TITLE\$\$/$title/;
     65  $html =~ s/\$\$WEBPATH\$\$/$webpath/g;
    6466# Necessary for mangling arbitrary bits of the header
    6567  my $i=0;
Note: See TracChangeset for help on using the changeset viewer.