From b16eec356f7ce63fefd59929f18a12d7ba7373c8 Mon Sep 17 00:00:00 2001 From: Kumi Date: Thu, 13 Jan 2022 11:36:02 +0100 Subject: [PATCH] Remove unused file --- test.php | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 test.php diff --git a/test.php b/test.php deleted file mode 100644 index f33b9c6..0000000 --- a/test.php +++ /dev/null @@ -1,12 +0,0 @@ -dirroot . '/backup/util/includes/backup_includes.php'); - -$id = $_GET["id"]; -$course = get_course($id); - -$replicationconfig = get_config('local_replication'); -$directory = $replicationconfig->directory; - -$context = context_course::instance($id); -