Actions
Bug #23276
closedUse t3lib_div::getIndpEnv('SCRIPT_FILENAME') to determine PATH_thisScript
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-07-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Currently PATH_thisScript is checked/defined in several files using a pretty ugly "monster clause chain"
Changing this to t3lib_div::getIndpEnv('SCRIPT_FILENAME') makes things more readable and maintainable.
This is a pre-condition for resolving:
http://bugs.typo3.org/view.php?id=15241
(issue imported from #M15246)
Files
Actions