[TASK] require-statements should use absolute paths
require-statements relying on the current working- directory and/or a certain include-path setting can cause unexpected behaviour. A path is added for those cases. For the current working-directory simply using __DIR__ is okay. Change-Id: I959c8f4a1d25ca1403e7dcecb0bc20826c7c5059 Resolves: #49991 Releases: 6.2 Reviewed-on: https://review.typo3.org/22270 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
Showing
- index.php 1 addition, 1 deletionindex.php
- typo3/ajax.php 1 addition, 1 deletiontypo3/ajax.php
- typo3/alt_clickmenu.php 2 additions, 2 deletionstypo3/alt_clickmenu.php
- typo3/alt_doc_nodoc.php 2 additions, 2 deletionstypo3/alt_doc_nodoc.php
- typo3/alt_shortcut.php 2 additions, 2 deletionstypo3/alt_shortcut.php
- typo3/browse_links.php 2 additions, 2 deletionstypo3/browse_links.php
- typo3/browser.php 1 addition, 1 deletiontypo3/browser.php
- typo3/db_new.php 2 additions, 2 deletionstypo3/db_new.php
- typo3/dummy.php 1 addition, 1 deletiontypo3/dummy.php
- typo3/file_edit.php 2 additions, 2 deletionstypo3/file_edit.php
- typo3/file_newfolder.php 2 additions, 2 deletionstypo3/file_newfolder.php
- typo3/file_rename.php 2 additions, 2 deletionstypo3/file_rename.php
- typo3/file_upload.php 2 additions, 2 deletionstypo3/file_upload.php
- typo3/index.php 1 addition, 1 deletiontypo3/index.php
- typo3/init.php 1 addition, 1 deletiontypo3/init.php
- typo3/listframe_loader.php 1 addition, 1 deletiontypo3/listframe_loader.php
- typo3/login_frameset.php 1 addition, 1 deletiontypo3/login_frameset.php
- typo3/logout.php 1 addition, 1 deletiontypo3/logout.php
- typo3/mod.php 1 addition, 1 deletiontypo3/mod.php
- typo3/move_el.php 1 addition, 1 deletiontypo3/move_el.php
Please register or sign in to comment