3iPunt / moodle-mod_videoconnect

This module allows users to upload a video as a resource, which is then automatically uploaded to their Vimeo account through a scheduled task. If you already know the video ID, you can enter it directly. When rendering the video, if the upload process is still ongoing, Vimeo displays a message indicating that the video is being processing.
https://www.tresipunt.com/
0 stars 1 forks source link

Missing MOODLE_INTERNAL in lib.php #3

Closed volodymyrdovhan closed 4 days ago

volodymyrdovhan commented 1 week ago

Hello, in lib.php should be defined defined('MOODLE_INTERNAL') || die();

Please review the documentation: https://moodledev.io/general/development/policies/codingstyle#require--include:~:text=defined('-,MOODLE_INTERNAL,-') ||

image