MantisBT: master 328f2208

Author Committer Branch Timestamp Parent
dregad dregad master 2020-12-24 05:10 master 67e707ea
Affected Issues  0027796: Using an empty timezone causes PHP notice on PHP 8
Changeset

Prevent system warning when creating config_inc.php

Due to the same root cause as issue 0027796, the @ operator does not
suppress the error.

Instead of suppressing the error, check whether the parent directory is
writable before calling fopen().

mod - admin/install.php Diff File