Skip to content

Commit f4e512e

Browse files
committed
Should be an array
1 parent 40c237f commit f4e512e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/hp_sys_mgmt_login.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def initialize(info={})
3636
register_advanced_options([
3737
OptString.new('LOGIN_URL', [true, 'The URL that handles the login process', '/proxy/ssllogin']),
3838
OptString.new('CPQLOGIN', [true, 'The homepage of the login', '/cpqlogin.htm']),
39-
OptString.new('LOGIN_REDIRECT', true, 'The URL to redirect to', '/cpqlogin')
39+
OptString.new('LOGIN_REDIRECT', [true, 'The URL to redirect to', '/cpqlogin'])
4040

4141
], self.class)
4242
end

0 commit comments

Comments
 (0)