We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@clickstorm From the lines 99 to 115... https://github.com/clickstorm/cs_cdn/blob/master/Classes/Utility/Basic.php#L99
... the $to and $from are interchanged.
Is it a bug or a feature?
Best regards
vauxl
The text was updated successfully, but these errors were encountered:
I mean, currently the settings in TypoScript setup are interchanged:
plugin.tx_cscdn { [...] settings { filters { 1 { replace = fileadmin/_processed_ to = /absoluteReferencePrefix/fileadmin/_processed_ cdn = 1 } 2 { replace = fileadmin/user_upload to = /absoluteReferencePrefix/fileadmin/user_upload cdn = 1 } } } }
https://github.com/clickstorm/cs_cdn/blob/master/Classes/Utility/Basic.php#L99 is only the result.
Sorry, something went wrong.
No branches or pull requests
@clickstorm
From the lines 99 to 115...
https://github.com/clickstorm/cs_cdn/blob/master/Classes/Utility/Basic.php#L99
... the $to and $from are interchanged.
Is it a bug or a feature?
Best regards
vauxl
The text was updated successfully, but these errors were encountered: