mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
Move this so it doesn't affect the installer
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5265 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -196,6 +196,9 @@ include($phpbb_root_path . 'includes/auth.'.$phpEx);
|
|||||||
include($phpbb_root_path . 'includes/functions.'.$phpEx);
|
include($phpbb_root_path . 'includes/functions.'.$phpEx);
|
||||||
include($phpbb_root_path . 'includes/db.'.$phpEx);
|
include($phpbb_root_path . 'includes/db.'.$phpEx);
|
||||||
|
|
||||||
|
// We do not need this any longer, unset for safety purposes
|
||||||
|
unset($dbpasswd);
|
||||||
|
|
||||||
//
|
//
|
||||||
// Obtain and encode users IP
|
// Obtain and encode users IP
|
||||||
//
|
//
|
||||||
|
@@ -63,7 +63,4 @@ if(!$db->db_connect_id)
|
|||||||
message_die(CRITICAL_ERROR, "Could not connect to the database");
|
message_die(CRITICAL_ERROR, "Could not connect to the database");
|
||||||
}
|
}
|
||||||
|
|
||||||
// We do not need this any longer, unset for safety purposes
|
|
||||||
unset($dbpasswd);
|
|
||||||
|
|
||||||
?>
|
?>
|
Reference in New Issue
Block a user