Hi,
I'm hosting some php scripts at a web hosting company. I would really like to have my directory in the servers include_path but that would mean all other developers on that server could include my code (poor security).
Is there a good solution to this problem? At the moment I am changing the include_path at run time using ini_set('include_path', $Path), but this means i have to do it on every page which is ugly.
Any input would be greatly appreciated,
Stuart