--- loncom/interface/createaccount.pm 2008/07/08 03:00:43 1.10 +++ loncom/interface/createaccount.pm 2008/07/08 13:57:00 1.11 @@ -3,7 +3,7 @@ # institutional log-in ID (institutional authentication required - localauth # or kerberos) or an e-mail address. # -# $Id: createaccount.pm,v 1.10 2008/07/08 03:00:43 raeburn Exp $ +# $Id: createaccount.pm,v 1.11 2008/07/08 13:57:00 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -914,7 +914,7 @@ sub create_captcha { sub captcha_settings { my %captcha_params = ( - output_dir => "/home/httpd/html/captcha", + output_dir => $Apache::lonnet::perlvar{'lonDocRoot'}.'/captcha', www_output_dir => "/captcha", db_dir => "/home/www/captchadb", numchars => '5',