Update index.php

This commit is contained in:
wibyweb 2022-08-09 00:58:37 -04:00 committed by GitHub
parent 0c6ca8a824
commit 9b594c3595
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']))
{