Update conference_interactive_inc.php
This commit is contained in:
@@ -44,7 +44,9 @@
|
|||||||
$text = $language->get();
|
$text = $language->get();
|
||||||
|
|
||||||
//get the http get or post and set it as php variables
|
//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
|
//replace the space with underscore
|
||||||
$conference_name = $conference_uuid.'@'.$_SESSION['domain_name'];
|
$conference_name = $conference_uuid.'@'.$_SESSION['domain_name'];
|
||||||
|
|||||||
Reference in New Issue
Block a user