Merge pull request #164 from jkumeboshi/patch-1

PHP error
This commit is contained in:
hnhx 2023-02-16 23:17:43 +00:00 committed by GitHub
commit 67fc64b60e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
if (!empty($value))
{
setcookie($key, $value, time() + (86400 * 90), '/');
$_COOKIE[$name] = $value;
$_COOKIE[$key] = $value;
}
}
}