1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-25 10:26:17 +02:00

MDL-52271 install: don't allow installer to be indexed

Following guidance from:
https://support.google.com/webmasters/answer/93710?hl=en
This commit is contained in:
Dan Poltawski 2015-11-23 10:14:15 +00:00 committed by David Monllao
parent 7e092a97d7
commit 8f4662a807

@ -337,6 +337,7 @@ function install_print_header($config, $stagename, $heading, $stagetext, $stagec
echo '<link rel="stylesheet" type="text/css" href="'.$CFG->wwwroot.'/install/css.php" />
<title>'.get_string('installation','install').' - Moodle '.$CFG->target_release.'</title>
<meta name="robots" content="noindex">
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="expires" content="0" />';