Can WP plugins access files outside the installation folder?
If I have multiple WP installations in let's say /var/www. Can a plugin be developed to access files outside its own directory?
I want to host multiple installations for different customers in the same chroot. But those customers will have admin access to their instance. Can they theoretically develop a WP plugin to access the files (or even WP config, including DB credentials) of another WP installation?
For example, can the WP located at /var/www/wordpress-customer-1 access files located at /var/www/wordpress-customer-2 ?
Thanks!
Topic filesystem php Wordpress
Category Web