-
-
- {{#success}}
- {{#pix}} t/check, core {{/pix}}
- {{/success}}
- {{^success}}
- {{#pix}} fp/cross, theme {{/pix}}
- {{/success}}
-
-
- {{#success}}
- {{#str}} moodlenet:sharesuccesstitle, moodle {{/str}}
- {{/success}}
- {{^success}}
- {{#str}} moodlenet:sharefailtitle, moodle {{/str}}
- {{/success}}
-
-
-
-
- {{#success}}
- {{#str}} moodlenet:sharesuccesstext, moodle {{/str}}
- {{/success}}
- {{^success}}
- {{#sitesupporturl}}
- {{#str}} moodlenet:sharefailtextwithsitesupport, moodle, {{sitesupporturl}} {{/str}}
- {{/sitesupporturl}}
- {{^sitesupporturl}}
- {{#str}} moodlenet:sharefailtext, moodle {{/str}}
- {{/sitesupporturl}}
- {{/success}}
-
-
-
diff --git a/public/lib/templates/moodlenet/send_activity_modal_footer_share.mustache b/public/lib/templates/moodlenet/send_activity_modal_footer_share.mustache
deleted file mode 100644
index df065ac03d6..00000000000
--- a/public/lib/templates/moodlenet/send_activity_modal_footer_share.mustache
+++ /dev/null
@@ -1,28 +0,0 @@
-{{!
- This file is part of Moodle - http://moodle.org/
- Moodle is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
- Moodle is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with Moodle. If not, see
-
{{#str}} moodlenet:sharingstatus, moodle {{/str}}
-
{{#str}} moodlenet:sharinglargefile, moodle {{/str}}
-
- {{> core/loading }}
-
-
{{#str}} moodlenet:packagingandsending, moodle {{/str}}
-
diff --git a/public/moodlenet/shareprogress.php b/public/moodlenet/shareprogress.php
deleted file mode 100644
index d7653a2900b..00000000000
--- a/public/moodlenet/shareprogress.php
+++ /dev/null
@@ -1,56 +0,0 @@
-.
-
-/**
- * View the progress of MoodleNet shares.
- *
- * @package core
- * @copyright 2023 David Woloszyn