mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
fix bug in form action
This commit is contained in:
parent
92e1492f2b
commit
65b3b1dc36
@ -429,8 +429,7 @@ if ($create_modules) {
|
|||||||
|
|
||||||
echo '<span id ="none_text" style="display: none;">'.__('None').'</span>';
|
echo '<span id ="none_text" style="display: none;">'.__('None').'</span>';
|
||||||
echo "<form method='post' id='wmi_form'
|
echo "<form method='post' id='wmi_form'
|
||||||
action='index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&
|
action='index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&tab=agent_wizard&wizard_section=wmi_explorer&id_agente=$id_agent'>";
|
||||||
tab=agent_wizard&wizard_section=wmi_explorer&id_agente=$id_agent'>";
|
|
||||||
|
|
||||||
$table->width = '100%';
|
$table->width = '100%';
|
||||||
$table->cellpadding = 0;
|
$table->cellpadding = 0;
|
||||||
@ -533,8 +532,7 @@ echo '</form>';
|
|||||||
if ($wmiexplore && !$fail) {
|
if ($wmiexplore && !$fail) {
|
||||||
echo '<br><span id ="none_text" style="display: none;">'.__('None').'</span>';
|
echo '<br><span id ="none_text" style="display: none;">'.__('None').'</span>';
|
||||||
echo "<form method='post'
|
echo "<form method='post'
|
||||||
action='index.php?sec=gagente&sec2=godmode/agentes/configurar_agente
|
action='index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&tab=agent_wizard&wizard_section=wmi_explorer&id_agente=$id_agent'>";
|
||||||
&tab=agent_wizard&wizard_section=wmi_explorer&id_agente=$id_agent'>";
|
|
||||||
echo '<span id="form_interfaces">';
|
echo '<span id="form_interfaces">';
|
||||||
|
|
||||||
html_print_input_hidden('create_modules', 1);
|
html_print_input_hidden('create_modules', 1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user