mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
![]() As MDL-73016 set the minimum supported PHP version for Moodle 4.4 and up to PHP 8.1 we can now safely remove this check. It was introduced with MDL-73523 because of deprecated openssl_x509_free(), openssl_pkey_free() and openssl_free_key() functions. Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at> |
||
---|---|---|
.. | ||
areafiles | ||
classes/privacy | ||
contentbank | ||
coursefiles | ||
dropbox | ||
equella | ||
filesystem | ||
flickr | ||
flickr_public | ||
googledocs | ||
local | ||
merlot | ||
nextcloud | ||
onedrive | ||
recent | ||
s3 | ||
tests | ||
upload | ||
url | ||
user | ||
webdav | ||
wikimedia | ||
youtube | ||
draftfiles_ajax.php | ||
draftfiles_manager.php | ||
filepicker.js | ||
filepicker.php | ||
lib.php | ||
manage_instances.php | ||
README.txt | ||
repository_ajax.php | ||
repository_callback.php | ||
upgrade.txt |
Repository API ============== This directory contains all the interfaces and plugins for access to repositories. Specs: https://moodledev.io/docs/apis/plugintypes/repository Track: http://tracker.moodle.org/browse/MDL-13766