I have content that I want to display across all sites on my server -- my sites, reseller's sites and user's sites. Using a PHP include I should be able to do this if I can upload the text file to the home directory but it seems that, using the file manager, I can only get to the /home/admin/ or /home/reseller/ directory. Is there any way to upload a file to the "Home" directory. I have PHP5 installed which does not allow for includes from remote sites so if I can upload the file to the home directory, it will not be remote. (for security reasons, I don't want to alter the server configuration to allow this.)