Subversion Repositories VORC

Rev

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

Rev 137 Rev 138
Line 177... Line 177...
177
if ($FORM{excel}) {
177
if ($FORM{excel}) {
178
  exportExcel (\@ProductList, "RC_Officiating_Shifts");
178
  exportExcel (\@ProductList, "RC_Officiating_Shifts");
179
  exit;
179
  exit;
180
}
180
}
Line 181... Line 181...
181
 
181
 
Line 182... Line 182...
182
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.";
182
my $signedOnAs = $username ? "Welcome, $username. ".$h->a ({ href=>"index.pl?LOGOUT" }, "[Log Out]") : "You are not signed in.";
183
 
183
 
184
# Set some cookie stuff...
184
# Set some cookie stuff...
185
my $path = `dirname $ENV{SCRIPT_NAME}`; chomp $path; $path .= '/' unless $path eq "/";
185
my $path = `dirname $ENV{SCRIPT_NAME}`; chomp $path; $path .= '/' unless $path eq "/";