diff --git a/admin/module.php b/admin/module.php index c5eeb8bcd03..5710e8f4f83 100644 --- a/admin/module.php +++ b/admin/module.php @@ -48,7 +48,7 @@ echo "
"; print_simple_box_start("center", "", "$THEME->cellheading"); - include("$CFG->wwwroot/mod/$module/config.html"); + include("$CFG->dirroot/mod/$module/config.html"); print_simple_box_end(); print_footer();