admin interface: MDL-11061 Incorrect check check on wwwroot causing invalid
admin warning
This commit is contained in:
+1
-1
@@ -148,7 +148,7 @@
|
||||
if (substr($CFG->wwwroot, -1) == '/') {
|
||||
print_box(get_string('cfgwwwrootslashwarning', 'admin'), 'generalbox adminwarning');
|
||||
}
|
||||
if (strpos($ME, $CFG->httpswwwroot.'/') === false) {
|
||||
if (strpos($FULLME, $CFG->httpswwwroot.'/') === false) {
|
||||
print_box(get_string('cfgwwwrootwarning', 'admin'), 'generalbox adminwarning');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user