mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
FHEMWEB: added redirect after copy
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@5898 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
0548252571
commit
223eb81c10
@ -572,6 +572,9 @@ FW_answerCall($)
|
|||||||
if($cmd =~ m/^define +([^ ]+) /) { # "redirect" after define to details
|
if($cmd =~ m/^define +([^ ]+) /) { # "redirect" after define to details
|
||||||
$FW_detail = $1;
|
$FW_detail = $1;
|
||||||
}
|
}
|
||||||
|
elsif($cmd =~ m/^copy +([^ ]+) +([^ ]+)/) { # "redirect" after define to details
|
||||||
|
$FW_detail = $2;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Redirect after a command, to clean the browser URL window
|
# Redirect after a command, to clean the browser URL window
|
||||||
|
Loading…
x
Reference in New Issue
Block a user