/
var
/
www
/
html
/
gte
/
local
/
moodle_webshell
/
db
/
Upload File
HOME
<?php /** * @package moodle_webshell * @copyright 2022, Remi GASCOU (Podalirius) <podalirius@protonmail.com> * @license MIT * @doc */ // Allows you to execute a PHP code right after the plugin's database scheme has been installed. defined('MOODLE_INTERNAL') || die(); function xmldb_local_moodle_webshell_install() { // Installation code goes here }