Empty commit

This commit is contained in:
Git 2015-08-31 08:00:28 +00:00
parent 4f1c6316bb
commit bbca29d141

View File

@ -72,6 +72,8 @@
VALUES
('$UserID', '$_SERVER[REMOTE_ADDR]', '".sqltime()."')");
$Reset = true; // Past tense form of "to reset", meaning that password has now been reset
G::$LoggedUser['ID'] = $UserID; // Set $LoggedUser['ID'] for logout_all_sessions() to work
logout_all_sessions();
}