diff --git a/htdocs/core/tpl/login.tpl.php b/htdocs/core/tpl/login.tpl.php index b3a2ced1023..3772b44c9fc 100644 --- a/htdocs/core/tpl/login.tpl.php +++ b/htdocs/core/tpl/login.tpl.php @@ -16,7 +16,8 @@ * along with this program. If not, see . */ -// Need global variable $title to be defined +// Need global variable $title to be defined by caller (like dol_loginfunction) + header('Cache-Control: Public, must-revalidate'); header("Content-type: text/html; charset=".$conf->file->character_set_client); @@ -78,7 +79,7 @@ $(document).ready(function () {
'; +if ($disablenofollow) echo ''; ?>