diff --git a/themes/materialize/index.php b/themes/materialize/index.php index 0b9a9ed..6415bba 100644 --- a/themes/materialize/index.php +++ b/themes/materialize/index.php @@ -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;