2014-05-13 Sergio Martin <sergio.martin@artica.es>
* godmode/servers/manage_recontask_form.php: Fix a field that wasnt hidden in recon server form when select recon script mode. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9926 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
828a23432b
commit
6b4d838a01
|
@ -1,3 +1,9 @@
|
|||
2014-05-13 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* godmode/servers/manage_recontask_form.php: Fix a field
|
||||
that wasnt hidden in recon server form when select recon
|
||||
script mode.
|
||||
|
||||
2014-05-12 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* godmode/reporting/reporting_builder.php
|
||||
|
|
|
@ -158,6 +158,7 @@ $table->rowclass[17]="network_sweep";
|
|||
$table->rowclass[18]="network_sweep";
|
||||
$table->rowclass[19]="network_sweep";
|
||||
$table->rowclass[20]="network_sweep";
|
||||
$table->rowclass[21]="network_sweep";
|
||||
|
||||
$table->rowclass[6]="recon_script";
|
||||
$table->rowclass[12]="recon_script";
|
||||
|
|
Loading…
Reference in New Issue