clean code
This commit is contained in:
parent
dbc896ece9
commit
783c241e08
@ -26,10 +26,6 @@ if(isset($_POST['submit_change_password'])){
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
$session_lifetime = 60*60*8;
|
||||
if(isset($_SESSION['user']) and isset($_SESSION['user']['stay_connected']) and $_SESSION['user']['stay_connected'] == true){
|
||||
$session_lifetime = 60*60*24*365*5;
|
||||
|
Loading…
Reference in New Issue
Block a user