On Fri, November 17, 2006 00:54, J.M.Roth wrote:
> Now if you would like to use safe mode, which is highly recommended on
> shared systems, you will have to put this file into
> safe_mode_include_dir (everyone will be able to read this file as
> permissions will no longer be checked) or disable saf
The workaround probably works, but is not secure at all.
If you use a standard phpBB config the workaround file will look like
This is probably owned by root and put somewhere in the include_path.
Now if you would like to use safe mode, which is highly recommended on
shared systems, you will h
Hello Rob,
On Thu, 2006-03-16 at 15:27 -0800, Rob Bos wrote:
> I've worked around this bug as follows, at Ian Pushee's advice, and
> having a single config.php file that is called from all the forum
> virtualhost blocks:
Thanks. I still consider this bug to be an issue in PHP, because it
happens
I've worked around this bug as follows, at Ian Pushee's advice, and
having a single config.php file that is called from all the forum
virtualhost blocks:
$dbhost = 'localhost';
$dbname = '';
$dbuser = '';
$dbpasswd = '';
if ($_SERVER["HTTP_HOST"] == "forum.novylen.net") {
$table_prefix =
4 matches
Mail list logo