Subversion Repositories VORC

Rev

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

Rev 121 Rev 138
Line 220... Line 220...
220
if ($FORM{excel}) {
220
if ($FORM{excel}) {
221
  exportExcel (\@ProductList, "RC_Officiating_Shifts");
221
  exportExcel (\@ProductList, "RC_Officiating_Shifts");
222
  exit;
222
  exit;
223
}
223
}
Line 224... Line 224...
224
 
224
 
Line 225... Line 225...
225
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.";
225
my $signedOnAs = $username ? "Welcome, $username. ".$h->a ({ href=>"index.pl?LOGOUT" }, "[Log Out]") : "You are not signed in.";
226
 
226
 
227
# Set some cookie stuff...
227
# Set some cookie stuff...
228
my $path = `dirname $ENV{SCRIPT_NAME}`; chomp $path; $path .= '/' unless $path eq "/";
228
my $path = `dirname $ENV{SCRIPT_NAME}`; chomp $path; $path .= '/' unless $path eq "/";