mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
admin: MDL-19787 $PAGE->set_url on admin/index.php
This commit is contained in:
parent
18644ceafa
commit
ee73b1ffc2
@ -54,6 +54,8 @@ $agreelicense = optional_param('agreelicense', 0, PARAM_BOOL);
|
||||
|
||||
// Check some PHP server settings
|
||||
|
||||
$PAGE->set_url($CFG->admin . '/index.php');
|
||||
|
||||
$documentationlink = '<a href="http://docs.moodle.org/en/Installation">Installation docs</a>';
|
||||
|
||||
if (ini_get_bool('session.auto_start')) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user