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:
rudolfkoenig 2014-05-19 13:13:36 +00:00
parent 0548252571
commit 223eb81c10

View File

@ -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