From 285ced42d89b866569b30b4dabb0178696c9fcd8 Mon Sep 17 00:00:00 2001 From: Michael Gage Date: Mon, 10 Jun 2013 17:38:06 -0400 Subject: [PATCH] Correct instructions for crendentialfile --- clients/renderProblem.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/renderProblem.pl b/clients/renderProblem.pl index 3155316220..385eb70907 100755 --- a/clients/renderProblem.pl +++ b/clients/renderProblem.pl @@ -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 = ; # slurp the contents # my $session_credentials = eval( $string);