mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Permission problem #219
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Originally created by @Saonil on 6/22/2024
CloudPanel version(s) affected
2.4.2
Description
Permissions are not set correctly when loading from the interface or with the automatic installation of WordPress. By default, all files and folders are loaded with 0770. It should be 0755 for folders and 0644 for files.
How to reproduce
Install a clean version on ubuntu 22.04
Possible Solution
No response
Additional Context
No response