parent
08307a706f
commit
4c55d67a22
@ -0,0 +1,6 @@ |
||||
<?php |
||||
/* For license terms, see /license.txt */ |
||||
|
||||
require_once __DIR__.'/config.php'; |
||||
$returnURL = 'admin.php'; |
||||
include "meeting.php"; |
||||
@ -0,0 +1,6 @@ |
||||
<?php |
||||
/* For license terms, see /license.txt */ |
||||
|
||||
require_once __DIR__.'/config.php'; |
||||
$returnURL = 'start.php?cId='.api_get_course_id().'&sessionId='.api_get_session_id(); |
||||
include "meeting.php"; |
||||
Loading…
Reference in new issue