Bug #24975 ยป hsc-index.patch
typo3/index.php (working copy) | ||
---|---|---|
}
|
||
// Starting page:
|
||
$this->content .= $TBE_TEMPLATE->startPage('TYPO3 Login: ' . htmlspecialchars($TYPO3_CONF_VARS['SYS']['sitename']), FALSE);
|
||
$this->content .= $TBE_TEMPLATE->startPage('TYPO3 Login: ' . $TYPO3_CONF_VARS['SYS']['sitename'], FALSE);
|
||
// Add login form:
|
||
$this->content.=$this->wrapLoginForm($loginForm);
|