FHEMWEB: added redirect after copy

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@5898 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2014-05-19 13:13:36 +00:00
parent 678b129332
commit 4875763fe8

View File

@@ -572,6 +572,9 @@ FW_answerCall($)
if($cmd =~ m/^define +([^ ]+) /) { # "redirect" after define to details
$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