mirror of
https://github.com/hnhx/librex.git
synced 2025-04-29 14:09:27 -04:00
commit
67fc64b60e
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
if (!empty($value))
|
||||
{
|
||||
setcookie($key, $value, time() + (86400 * 90), '/');
|
||||
$_COOKIE[$name] = $value;
|
||||
$_COOKIE[$key] = $value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue