[TYPO3-core] RFC #9400: Integrate jb_status_code in the TYPO3 core
Dmitry Dulepov [typo3]
dmitry at typo3.org
Sun Sep 21 10:32:56 CEST 2008
Hi!
Benjamin Mack wrote:
> Problem / Solution:
> This patch enables to have specific HTTP status codes on a sys_domain
> record when doing a redirect.
Why
header(constant('t3lib_div::HTTP_STATUS_301')));
and not
header(t3lib_div::HTTP_STATUS_301);
?
--
Dmitry Dulepov
TYPO3 Core team
My TYPO3 book: http://www.packtpub.com/typo3-extension-development/book
In the blog: http://typo3bloke.net/post-details/tag_your_typo3_extension_releases_in_svn/
More information about the TYPO3-team-core
mailing list