From c0c035343847b1275d25ff9e7083613a721b5062 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20S=CC=8Ckoda?= Date: Sat, 6 Jul 2013 11:47:15 +0200 Subject: [PATCH] MDL-40488 improve $CFG->admin docs --- config-dist.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config-dist.php b/config-dist.php index 1d09a79dc43..516ce78d144 100644 --- a/config-dist.php +++ b/config-dist.php @@ -111,9 +111,11 @@ $CFG->directorypermissions = 02777; //========================================================================= // A very few webhosts use /admin as a special URL for you to access a // control panel or something. Unfortunately this conflicts with the -// standard location for the Moodle admin pages. You can fix this by -// renaming the admin directory in your installation, and putting that -// new name here. eg "moodleadmin". This will fix admin links in Moodle. +// standard location for the Moodle admin pages. You can work around this +// by renaming the admin directory in your installation, and putting that +// new name here. eg "moodleadmin". This should fix all admin links in Moodle. +// After any change you need to visit your new admin directory +// and purge all caches. $CFG->admin = 'admin';