X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/blocks/rss_client/db
home
/
cbholdings
/
pasukulu
/
blocks
/
rss_client
/
db
/
📁
..
📄
access.php
(2.06 KB)
📄
install.php
(1.1 KB)
📄
install.xml
(1.74 KB)
📄
tasks.php
(1.21 KB)
📄
upgrade.php
(2.13 KB)
Editing: install.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/>. /** * RSS client block installation. * * @package block_rss_client * @copyright 2021 Amaia Anabitarte <amaia@moodle.com> * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ /** * Perform the post-install procedures. */ function xmldb_block_rss_client_install() { global $DB; // Disable rss_client on new installs by default. $DB->set_field('block', 'visible', 0, ['name' => 'rss_client']); }
Upload File
Create Folder