TYPO3 CMS  TYPO3_6-2
index.php
Go to the documentation of this file.
1 <?php
2 // Legacy file. The old install tool entry point was here, it is kept as well known
3 // resource for backward compatibility and just redirects to the new entry point.
4 header('HTTP/1.1 303 See Other');
5 header('Location: ../sysext/install/Start/Install.php');
die
Definition: index.php:6