X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/admin/tool/brickfield/db
home
/
cbholdings
/
pasukulu
/
admin
/
tool
/
brickfield
/
db
/
📁
..
📄
access.php
(1.61 KB)
📄
events.php
(5.24 KB)
📄
install.php
(1.62 KB)
📄
install.xml
(13.85 KB)
📄
tasks.php
(2.15 KB)
📄
uninstall.php
(1.1 KB)
Editing: uninstall.php
<?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/>. /** * Uninstall code for Brickfield accessibility local plugin. * * @package tool_brickfield * @copyright 2020 Brickfield Education Labs, https://www.brickfield.ie - Author: Karen Holland * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die; // Remove the 'enableaccessibilitytools' configuration setting in case of reinstall. unset_config('enableaccessibilitytools');
Upload File
Create Folder