Use GeneralUtility to create cached files #12

Merged
ZerNico merged 1 commit from main into main 2025-11-20 15:43:56 +01:00
ZerNico commented 2025-11-20 15:34:02 +01:00 (Migrated from github.com)

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'].

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']`.
trokohl (Migrated from github.com) approved these changes 2025-11-20 15:43:29 +01:00
Sign in to join this conversation.
No description provided.