mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
This commit is contained in:
@@ -86,12 +86,16 @@
|
||||
$host = 'dav.technikum-wien.at';
|
||||
else
|
||||
$host = 'cis.technikum-wien.at';
|
||||
|
||||
// Variable Daten Initialisieren
|
||||
$uri = "/moodle/xmlrpc/xmlrpc.php";
|
||||
$method = "DeleteCourseByID";
|
||||
$args['CourseID']="$mdl_course_id";
|
||||
$port=$_SERVER["SERVER_PORT"];
|
||||
|
||||
if ($debug_switch)
|
||||
{
|
||||
$content.="<br />Host:$host , Port:$port , Uri:$uri , Method:$method <br />";
|
||||
}
|
||||
$callspec = array(
|
||||
'method' => $method,
|
||||
'host' => $host,
|
||||
|
||||
Reference in New Issue
Block a user