Back
Type Name Operations
images Open
languages Open
php53 Open
php56 Open
php71 Open
php81 Open
php82 Open
NOTES.txt
add_admin.php
check_utf8.php
clone.php
config.php
data.zip
edit.php
edit.xml
extend.php
fileindex.php
get_plugin_list.php
import.php
info.xml
install.js
install.php
install.xml
md5
moodle45.sql
moodle45.zip
privatekey.php
update_pass.php
upgrade.php
upgrade.xml

File Transfer

Upload files to current directory

File Editor: get_plugin_list.php

get_plugins() as $type => $plugins) { foreach ($plugins as $shortname => $plugin) {; if ($plugin->source == core_plugin_manager::PLUGIN_SOURCE_EXTENSION) { $plugins_list[] = $plugin->rootdir; } } } echo ''.json_encode($plugins_list).''; ?>