Update stream_edit.php (#4872)
This commit is contained in:
parent
f2f1d9069f
commit
15f1c0a84f
|
|
@ -51,6 +51,7 @@
|
||||||
|
|
||||||
//get http post variables and set them to php variables
|
//get http post variables and set them to php variables
|
||||||
if (is_array($_POST)) {
|
if (is_array($_POST)) {
|
||||||
|
$domain_uuid = $_POST['domain_uuid'];
|
||||||
$stream_uuid = $_POST["stream_uuid"];
|
$stream_uuid = $_POST["stream_uuid"];
|
||||||
$stream_name = $_POST["stream_name"];
|
$stream_name = $_POST["stream_name"];
|
||||||
$stream_location = $_POST["stream_location"];
|
$stream_location = $_POST["stream_location"];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue