eliminazione file superflui, spostamento file read.php all'interno del progetto, aggiunta astrazione classe Qrcode, miglioramento download bulk, refactoring generale
Signed-off-by: giandonato.inverso@edempg.it <giandonato.inverso@studenti.unimi.it>
This commit is contained in:
committed by
giandonato.inverso@edempg.it
parent
995272fa8d
commit
9a0a2c7928
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
require_once './config/config.php';
|
||||
session_start();
|
||||
session_destroy();
|
||||
|
||||
|
||||
if(isset($_COOKIE['series_id']) && isset($_COOKIE['remember_token'])){
|
||||
clearAuthCookie();
|
||||
}
|
||||
header('Location:index.php');
|
||||
exit;
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user