phpbb-seo / usu

Ultimate phpBB SEO Friendly URL extension
GNU General Public License v2.0
17 stars 12 forks source link

demanding "chmod 0777" is a bug #49

Open ser opened 3 years ago

ser commented 3 years ago

Enforcement of "chmod 0777" of the cache directory is wrong by design and should be eliminated from the code. PHP can run with non-root privileges and user running it can be directory owner, it's absolutely not necessary to allow writing by everyone in cache directory. It creates security issues only.