Update conference_interactive_inc.php

This commit is contained in:
FusionPBX
2019-08-10 10:25:12 -06:00
committed by GitHub
parent 3a30aceed7
commit d342cc04d5

View File

@@ -44,7 +44,9 @@
$text = $language->get();
//get the http get or post and set it as php variables
$conference_uuid = check_str($_REQUEST["c"]);
if (is_uuid($_REQUEST["c"])) {
$conference_uuid = $_REQUEST["c"];
}
//replace the space with underscore
$conference_name = $conference_uuid.'@'.$_SESSION['domain_name'];