mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +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
|
@ -41,8 +41,6 @@ require_once($CFG->libdir.'/adminlib.php');
|
|||
|
||||
$resetall = optional_param('resetall', null, PARAM_BOOL);
|
||||
|
||||
require_login();
|
||||
|
||||
$header = "$SITE->shortname: ".get_string('myhome')." (".get_string('mypage', 'admin').")";
|
||||
|
||||
$PAGE->set_blocks_editing_capability('moodle/my:configsyspages');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue