Fixed wrong password alert

Bug_461_Martha
WhyteAsamoah 2022-06-15 17:00:02 +08:00
parent 1c479d525b
commit 44b2b65764
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
<?php
// Destory sessions & redirect to index
session_destroy();
session_unset();
// Start a new session
session_start();
// Destory sessions & redirect to index
session_destroy();
session_unset();
// Generate a new session ID
session_regenerate_id(true);