Update index.php

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