Update index.php

This commit is contained in:
wibyweb 2022-08-09 01:00:48 -04:00 committed by GitHub
parent fd2ff2ab46
commit e05d4c4525
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,7 @@
<?php
session_start();
session_set_cookie_params(['samesite' => 'Strict']);
session_start();
if ( !isset($_POST['pass']) || !isset($_POST['user']))
{