1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 02:06:32 +02:00

The moving of update eliminates it's usefulness ... given the change was done to increase security it wins :)

git-svn-id: file:///svn/phpbb/trunk@4429 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2003-08-24 18:16:53 +00:00
parent bd897d4259
commit fb5a64a319
3 changed files with 29 additions and 19 deletions

View File

@@ -30,7 +30,7 @@ require($phpbb_root_path . 'common.'.$phpEx);
require($phpbb_root_path . 'includes/functions_admin.'.$phpEx);
// Start session management
$user->start($update);
$user->start();
$user->setup();
// Did user forget to login? Give 'em a chance to here ...