diff --git a/admin/settings/server.php b/admin/settings/server.php
index 29a5966..4be33ca 100644
--- a/admin/settings/server.php
+++ b/admin/settings/server.php
@@ -12,10 +12,11 @@ $temp->add(new admin_setting_configexecutable('pathtodu', new lang_string('patht
 $temp->add(new admin_setting_configexecutable('aspellpath', new lang_string('aspellpath', 'admin'), new lang_string('edhelpaspellpath'), ''));
 $temp->add(new admin_setting_configexecutable('pathtodot', new lang_string('pathtodot', 'admin'), new lang_string('pathtodot_help', 'admin'), ''));
 $temp->add(new admin_setting_configexecutable('pathtogs', new lang_string('pathtogs', 'admin'), new lang_string('pathtogs_help', 'admin'), '/usr/bin/gs'));
+$temp->add(new admin_setting_heading('dataroot', new lang_string('pathtodataroot', 'admin').': '.$CFG->dataroot, new lang_string('pathtodataroot_info','admin')));
+$temp->add(new admin_setting_heading('dirroot', new lang_string('pathtodirroot', 'admin').': '.$CFG->dirroot, new lang_string('pathtodirroot_info','admin')));
 $ADMIN->add('server', $temp);
 
 
-
 // "supportcontact" settingpage
 $temp = new admin_settingpage('supportcontact', new lang_string('supportcontact','admin'));
 if (isloggedin()) {
diff --git a/lang/en/admin.php b/lang/en/admin.php
index 8f5ebf8..da83963 100644
--- a/lang/en/admin.php
+++ b/lang/en/admin.php
@@ -776,6 +776,10 @@ $string['order4'] = 'Fourth';
 $string['passwordpolicy'] = 'Password policy';
 $string['passwordresettime'] = 'Maximum time to validate password reset request';
 $string['pathtoclam'] = 'clam AV path';
+$string['pathtodataroot'] = 'Path to dataroot';
+$string['pathtodirroot'] = 'Path to dirroot';
+$string['pathtodataroot_info'] = 'The system path to dataroot as defined by $CFG->dataroot';
+$string['pathtodirroot_info'] = 'The system path to dirroot as defined by $CFG->dirroot';
 $string['pathtodot'] = 'Path to dot';
 $string['pathtodot_help'] = 'Path to dot. Probably something like /usr/bin/dot. To be able to generate graphics from DOT files, you must have installed the dot executable and point to it here. Note that, for now, this only used by the profiling features (Development->Profiling) built into Moodle.';
 $string['pathtodu'] = 'Path to du';
