A number of your files make changes to data but do not check to see if the user is logged in or if they have the appropriate moodle capabilities to perform the tasks.
please check all files and ensure that you call require_login and also some form of has_capability check when performing actions.
A number of your files make changes to data but do not check to see if the user is logged in or if they have the appropriate moodle capabilities to perform the tasks.
please check all files and ensure that you call require_login and also some form of has_capability check when performing actions.
for example: https://github.com/chikako0219/sharedpanel/blob/master/cardxy/index.php https://github.com/chikako0219/sharedpanel/blob/master/camera/cameraupload.php