diff options
Diffstat (limited to 'phpBB/common.php')
-rw-r--r-- | phpBB/common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/common.php b/phpBB/common.php index 5551d6d0a5..0e3315f81a 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -131,6 +131,7 @@ unset($dbpasswd); // Grab global variables, re-cache if necessary $config = $cache->obtain_config(); +$dss_seeded = false; // Warn about install/ directory if (file_exists('install')) |