mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Started adding IP and User agent to audit logs, log when a user logs out, Merged logout into post.php
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
}
|
||||
|
||||
if(!$_SESSION['logged']){
|
||||
header("Location: logout.php");
|
||||
header("Location: login.php");
|
||||
die;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user