Use GeneralUtility to create cached files #12
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
codemacher/tile_proxy!12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR changes the TileProxyController to use the Typo3 GeneralUtility to create the cache directory and files instead of the php mkdir and file_put_contents functions.
With that it also respects the values set in e.g.
$GLOBALS['TYPO3_CONF_VARS']['SYS']['fileCreateMask'].