Store in GIT
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
SESSION_START();
|
||||
if(SESSION_DESTROY()){
|
||||
header('Location: /login/');
|
||||
}
|
||||
else{
|
||||
header('Location: /');
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user