- Timestamp:
- 10/17/14 16:49:15 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/admin.cgi
r548 r641 91 91 92 92 my $header = HTML::Template->new(filename => "admin/header.tmpl"); 93 $header->param(mainpage => 1) if $webvar{action} eq 'main'; 94 print "Content-type: text/html\n\n".$header->output; 93 95 94 96 my $page; … … 101 103 # handle index page 102 104 if ($webvar{action} eq 'main') { 103 $header->param(mainpage => 1);104 105 105 my $tlist = getTypeList($ip_dbh, 'a'); 106 106 $tlist->[0]->{sel} = 1;
Note:
See TracChangeset
for help on using the changeset viewer.