mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +00:00
- no need to sanitize session Cookie anymore
This commit is contained in:
parent
78495ab780
commit
79a49fe87d
|
@ -26,7 +26,6 @@ include("../inc/inc.DBInit.php");
|
|||
// Delete session from database
|
||||
|
||||
$dms_session = $_COOKIE["mydms_session"];
|
||||
$dms_session = sanitizeString($dms_session);
|
||||
|
||||
$session = new LetoDMS_Session($db);
|
||||
if(!$session->delete($dms_session)) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user