mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
MDL-29895 core: removed require_login() when not needed
This commit is contained in:
parent
6e2e63457e
commit
458453cee0
46 changed files with 2 additions and 93 deletions
|
@ -28,7 +28,6 @@ require('../../config.php');
|
|||
require_once($CFG->dirroot.'/report/performance/locallib.php');
|
||||
require_once($CFG->libdir.'/adminlib.php');
|
||||
|
||||
require_login();
|
||||
|
||||
// Show detailed info about one issue only.
|
||||
$issue = optional_param('issue', '', PARAM_ALPHANUMEXT);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue