Subversion Repositories VORC

Rev

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

Rev 134 Rev 138
Line 272... Line 272...
272
if ($FORM{excel}) {
272
if ($FORM{excel}) {
273
  exportExcel (\@ProductList, "RC_Officiating_Shifts");
273
  exportExcel (\@ProductList, "RC_Officiating_Shifts");
274
  exit;
274
  exit;
275
}
275
}
Line 276... Line 276...
276
 
276
 
Line 277... Line 277...
277
my $signedOnAs = $username ? "Welcome, $username. ".$h->a ({ href=>"index.pl", onClick=>"document.cookie = 'RCAUTH=; expires=Thu, 01 Jan 1970 00:00:01 GMT; path=/';return true;" }, "[Log Out]") : "You are not signed in.";
277
my $signedOnAs = $username ? "Welcome, $username. ".$h->a ({ href=>"index.pl?LOGOUT" }, "[Log Out]") : "You are not signed in.";
278
 
278
 
279
# Set some cookie stuff...
279
# Set some cookie stuff...
280
my $path = `dirname $ENV{SCRIPT_NAME}`; chomp $path; $path .= '/' unless $path eq "/";
280
my $path = `dirname $ENV{SCRIPT_NAME}`; chomp $path; $path .= '/' unless $path eq "/";