Subversion Repositories PEEPS

Rev

Rev 2 | Rev 4 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 3
Line 361... Line 361...
361
  my $blockPersonalTime = $paramhash->{PersonalTimeButton} // "";
361
  my $blockPersonalTime = $paramhash->{PersonalTimeButton} // "";
Line 362... Line 362...
362
  
362
  
363
  use CGI qw/param cookie header start_html url url_param/;
363
  use CGI qw/param cookie header start_html url url_param/;
364
  use HTML::Tiny;
364
  use HTML::Tiny;
-
 
365
  my $h = HTML::Tiny->new( mode => 'html' );
Line 365... Line 366...
365
  my $h = HTML::Tiny->new( mode => 'html' );
366
  $ENV{HTTPS} = 'ON';
366
  
367
  
367
  my $stylesheet = "/style.css";
368
  my $stylesheet = "/style.css";
368
  my $homeURL = '/';
369
  my $homeURL = '/';