From 1e9f3edb56065fe07b3bc74981635958bbc50fc7 Mon Sep 17 00:00:00 2001 From: vyshane Date: Wed, 22 Mar 2006 04:15:00 +0000 Subject: [PATCH] Added $CFG->pagepath for Moodle Doc link. --- admin/auth.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/auth.php b/admin/auth.php index 7738bc39b4..a64baff8cf 100644 --- a/admin/auth.php +++ b/admin/auth.php @@ -145,6 +145,8 @@ echo ""; require_once("$CFG->dirroot/auth/$auth/config.html"); + $CFG->pagepath = 'auth/' . $auth; + echo ''; -- 2.39.5
'; print_heading(get_string('auth_common_settings', 'auth')); echo '