Hi!
I have some data on my server that need to
be protected against unwanted include().
This can be done with safe_mode.
I however also have some global include
files (header, footer), that I want to
allow all of my users to include, which
is however not possible with safe_mode
enabled.
Is there a way to selectively allow inclusion
of files when in a certain directory?
I have tried to disable within a
<Directory /path/to/common/includes>
php_admin_value safe_mode off
</Directory>
statement in httpd.conf without success.
Platform is HP-UX, apache_1.3.14, php-4.0.4 (module), if that matters.
Many thanks in advance,
Lutz