Update index.php
This commit is contained in:
parent
fd2ff2ab46
commit
e05d4c4525
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
session_start();
|
|
||||||
|
session_set_cookie_params(['samesite' => 'Strict']);
|
||||||
|
session_start();
|
||||||
|
|
||||||
if ( !isset($_POST['pass']) || !isset($_POST['user']))
|
if ( !isset($_POST['pass']) || !isset($_POST['user']))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue