* Sun May 11 2025 Brian Read <brianr@koozali.org> 11.0.0-4.sme
- Fix generation of cmd option [SME: 13001]
This commit is contained in:
parent
2727d948c6
commit
1605054f83
@ -243,7 +243,7 @@ sub do_display {
|
||||
[ $c->l('Router/Firewall') => 'router' ],
|
||||
[ $c->l('Interface') => 'if' ],
|
||||
[ $c->l('IP') => 'ip' ],
|
||||
[ $c->l('Command') => 'cmd' ]
|
||||
[ $c->l('Command') => 'cmdv4' ]
|
||||
]
|
||||
);
|
||||
|
||||
@ -597,7 +597,7 @@ sub get_params {
|
||||
"DeamonUpdate" => $DeamonUpdate,
|
||||
"method" => $method,
|
||||
"Extinterface" => $Extinterface,
|
||||
"cmd" => $cmd,
|
||||
"cmdv4" => $cmd,
|
||||
"ForceIP" => $forceIP,
|
||||
"urlcheckip" => $urlcheckip,
|
||||
"FWlogin" => $fwlogin,
|
||||
@ -632,7 +632,7 @@ sub pushParams {
|
||||
} else {
|
||||
$ddclient->set_prop( 'Extinterface' => $retrieveinterface );
|
||||
}
|
||||
$ddclient->set_prop( 'cmd' => $retrievecmd );
|
||||
$ddclient->set_prop( 'cmdv4' => $retrievecmd );
|
||||
$ddclient->set_prop( 'ForceIP' => $retrieveip );
|
||||
$ddclient->set_prop( 'fwlogin' => $retrievefwlogin );
|
||||
$ddclient->set_prop( 'fwpassword' => $retrievefwpassword );
|
||||
|
@ -69,11 +69,11 @@
|
||||
</div>
|
||||
|
||||
%# Only if "cmd" is chosen
|
||||
<div class=cmd>
|
||||
<div class=cmdv4>
|
||||
<span class=label cmd>
|
||||
%=l 'RETRIEVE_CMD'
|
||||
</span><span class=data cmd>
|
||||
% param retrievecmd=>$ddc_datas->{"params"}->{"cmd"} unless param 'retrievecmd';
|
||||
% param retrievecmd=>$ddc_datas->{"params"}->{"cmdv4"} unless param 'retrievecmd';
|
||||
%=text_field 'retrievecmd'
|
||||
</span><br>
|
||||
</div>
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
%define name smeserver-ddclient
|
||||
%define version 11.0.0
|
||||
%define release 3
|
||||
%define release 4
|
||||
|
||||
Summary: ddclient panel for SME Server
|
||||
Name: %{name}
|
||||
@ -25,6 +25,9 @@ Requires: smeserver-formmagick
|
||||
AutoReqProv: no
|
||||
|
||||
%changelog
|
||||
* Sun May 11 2025 Brian Read <brianr@koozali.org> 11.0.0-4.sme
|
||||
- Fix generation of cmd option [SME: 13001]
|
||||
|
||||
* Sat May 10 2025 Brian Read <brianr@koozali.org> 11.0.0-3.sme
|
||||
- Get javascript working and password visible icon [SME: 13001]
|
||||
- Fix missing cmd in panel
|
||||
|
Loading…
x
Reference in New Issue
Block a user