wwwroot); } if (empty($CFG->messaging)) { error("Messaging is disabled on this site"); } /// Script parameters $userid = required_param('id', PARAM_INT); $userfullname = strip_tags(required_param('name', PARAM_RAW)); $wait = optional_param('wait', MESSAGE_DEFAULT_REFRESH, PARAM_INT); $stylesheetshtml = ''; foreach ($CFG->stylesheets as $stylesheet) { $stylesheetshtml .= ''; } header('Expires: Sun, 28 Dec 1997 09:32:45 GMT'); header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); header('Cache-Control: no-cache, must-revalidate'); header('Pragma: no-cache'); header('Content-Type: text/html; charset=utf-8'); echo ''."\n"; echo ' '; echo ''; echo ''."\n"; echo ''."\n"; echo ''."\n"; if (!empty($playbeep)) { echo ''; echo ''."\n"; } // Javascript for Mozilla to cope with the redirect bug from editor being on in this page ?>