Index: typo3/sysext/tsconfig_help/mod1/index.php =================================================================== --- typo3/sysext/tsconfig_help/mod1/index.php (revision 6286) +++ typo3/sysext/tsconfig_help/mod1/index.php (working copy) @@ -192,9 +192,6 @@ case 2: if ($GLOBALS['BE_USER']->user['admin']) { - if ($GLOBALS['TYPO3_OS'] === 'WIN') { - $this->content .= '

'.$LANG->getLL('noRebuildOnWindows').'


'; - } else { if (t3lib_div::_GP('_rebuild')) { // remove all data from the database $this->purgeSQLContents(); @@ -264,7 +261,6 @@ $content = '

'.$LANG->getLL('rebuildExplanation').'


'; $content .= $LANG->getLL('rebuild').'
'; $this->content .= $this->doc->section($LANG->getLL('rebuildTS'),$content,0,1); - } } else { $this->content .= '

'.$LANG->getLL('adminAccessOnly').'


'; }