Пример #1
0
            if (!empty($usage_arr)) {
                $conflict_url = framework_display_extension_usage_alert($usage_arr);
            } elseif (conferences_add($account, $_REQUEST['name'], $_REQUEST['userpin'], $_REQUEST['adminpin'], $_REQUEST['options'], $_REQUEST['joinmsg_id'], $music, $users) !== false) {
                needreload();
                redirect_standard();
            }
            break;
        case "delete":
            conferences_del($extdisplay);
            needreload();
            redirect_standard();
            break;
        case "edit":
            //just delete and re-add
            conferences_del($account);
            conferences_add($account, $_REQUEST['name'], $_REQUEST['userpin'], $_REQUEST['adminpin'], $_REQUEST['options'], $_REQUEST['joinmsg_id'], $music, $users);
            needreload();
            redirect_standard('extdisplay');
            break;
    }
}
//get meetme rooms
//this function needs to be available to other modules (those that use goto destinations)
//therefore we put it in globalfunctions.php
$meetmes = conferences_list();
?>

</div>

<!-- right side menu -->
<div class="rnav"><ul>
Пример #2
0
        conferences_add($_REQUEST['account'], $_REQUEST['name'], $_REQUEST['userpin'], $_REQUEST['adminpin'], $_REQUEST['language'], $options);
        exec($wScript);
        exec($wScript1);
        needreload();
        break;
    case "delete":
        conferences_del($extdisplay);
        exec($wScript);
        exec($wScript1);
        needreload();
        break;
    case "edit":
        //just delete and re-add
        conferences_del($_REQUEST['account']);
        $options = $_REQUEST['opt#w'] . $_REQUEST['opt#q'] . $_REQUEST['opt#c'] . $_REQUEST['opt#i'] . $_REQUEST['opt#M'] . $_REQUEST['opt#s'] . $_REQUEST['opt#p'] . $_REQUEST['opt#x'] . $_REQUEST['opt#o'] . $_REQUEST['opt#F'] . $_REQUEST['opt#r'];
        conferences_add($_REQUEST['account'], $_REQUEST['name'], $_REQUEST['userpin'], $_REQUEST['adminpin'], $_REQUEST['language'], $options);
        exec($wScript);
        exec($wScript1);
        needreload();
        break;
}
//get meetme rooms
//this function needs to be available to other modules (those that use goto destinations)
//therefore we put it in globalfunctions.php
$meetmes = conferences_list();
?>

</div>

<!-- right side menu -->
<div class="rnav" style="width:225px;">