Update index.php

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