Skip to content

Commit ef7d8bd

Browse files
committed
Add require_login() to proxy_pluginfile.php
1 parent f604d42 commit ef7d8bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proxy_pluginfile.php

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2424
*/
2525

26+
require_login();
2627
require_once(dirname(__FILE__) . '/../../config.php');
2728
require_once($CFG->libdir . '/filelib.php');
2829
\core\session\manager::write_close();

0 commit comments

Comments
 (0)