From ee73b1ffc2e740996d69ee67b8bb49377ae5df53 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Tue, 28 Jul 2009 04:00:33 +0000 Subject: [PATCH] admin: MDL-19787 $PAGE->set_url on admin/index.php --- admin/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/index.php b/admin/index.php index ff0068461e..9a4d110ef2 100644 --- a/admin/index.php +++ b/admin/index.php @@ -54,6 +54,8 @@ $agreelicense = optional_param('agreelicense', 0, PARAM_BOOL); // Check some PHP server settings +$PAGE->set_url($CFG->admin . '/index.php'); + $documentationlink = 'Installation docs'; if (ini_get_bool('session.auto_start')) { -- 2.39.5