From 561186a27e5443cf977494752778ffb25d4f4682 Mon Sep 17 00:00:00 2001 From: Friederike Schwager <schwager@cil.rwth-aachen.de> Date: Mon, 2 Sep 2019 11:38:58 +0200 Subject: [PATCH] github#18 fix bug in h5p in moodle app --- db/mobile.php | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 db/mobile.php diff --git a/db/mobile.php b/db/mobile.php deleted file mode 100644 index 933baf5..0000000 --- a/db/mobile.php +++ /dev/null @@ -1,17 +0,0 @@ -<?php -// 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 <http://www.gnu.org/licenses/>. - -defined('MOODLE_INTERNAL') || die(); \ No newline at end of file -- GitLab