Skip to content

Commit

Permalink
[Bugfix] path to file with http password was not properly loaded.
Browse files Browse the repository at this point in the history
Signed-off-by: Emilio <emilio.campos@zevenet.com>

	modified:   content3-4.cgi
  • Loading branch information
emiliocampos-zevenet committed Mar 28, 2017
1 parent 1d549ae commit ca02c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/content3-4.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ print "

#my $cgiurl = $ENV{SCRIPT_NAME}."?".$ENV{QUERY_STRING};
my $cgiurl = $ENV{ SCRIPT_NAME };
my $htpasswd = '/usr/local/zlb/app/cherokee/etc/cherokee/.htpasswd';
my $htpasswd = '/usr/local/zenloadbalancer/app/cherokee/etc/cherokee/.htpasswd';

# Print form if not a valid form
#if(!( ($pass || $newpass || $trustedpass) && check_valid_user() && verify_passwd()) ) {
Expand Down

0 comments on commit ca02c0e

Please sign in to comment.