I’m using an extension that uses a PHP script to compress it’s files.
But because of CAssetManager’s default permission of 777 to the extension’s files, the PHP scripts can not be executed on my web server.
Eveytime I have to manually change the permission of the assets folder to 755 in order for the extension to work.
Is there any work around to this issue?
Thanks.