From 6f4c1b1a22fc280fdc8a202c977eac1c5acee37a Mon Sep 17 00:00:00 2001 From: Graham Eames Date: Fri, 21 Apr 2006 20:42:10 +0000 Subject: Porting the random number generator code over Fingers crossed that this doesn't break anything.... ;-) git-svn-id: file:///svn/phpbb/trunk@5813 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/common.php | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/common.php') 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')) -- cgit v1.2.1