mirror of https://github.com/OWASP/Nettacker.git
commit
54ec990e19
|
|
@ -190,7 +190,8 @@ def languages_to_country():
|
|||
"ur": "pk",
|
||||
"id": "id",
|
||||
"es": "es",
|
||||
"iw": "il"
|
||||
"iw": "il",
|
||||
"pt-br": "br"
|
||||
}
|
||||
for language in languages:
|
||||
res += """<option {2} id="{0}" data-content='<span class="flag-icon flag-icon-{1}"
|
||||
|
|
|
|||
|
|
@ -286,7 +286,7 @@ $(document).ready(function () {
|
|||
selected_modules: selected_modules,
|
||||
graph_name: graph_name,
|
||||
language: language,
|
||||
report_path_filename: $("#report_path_filename").val(),
|
||||
report_path_filename: $("#output_file").val(),
|
||||
scan_ip_range: p_1,
|
||||
scan_subdomains: p_3,
|
||||
ping_before_scan: p_2,
|
||||
|
|
|
|||
Loading…
Reference in New Issue