Skip to content

Commit

Permalink
Correct instructions for crendentialfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mgage committed Jun 10, 2013
1 parent 06dbe2c commit 285ced4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/renderProblem.pl
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ =head1 NAME
#
# sub read_session_credentials {
# local(*FH);
# open(FH, '<'.CREDENTIALFILE) or die "Can't open file ".CREDENTIALFILE()." for writing";
# open(FH, '<'.CREDENTIALFILE) or die "Can't open file ".CREDENTIALFILE()." for reading";
# local ($|);
# my $string = <FH>; # slurp the contents
# my $session_credentials = eval( $string);
Expand Down

0 comments on commit 285ced4

Please sign in to comment.