mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
Update
This commit is contained in:
parent
4961fd943a
commit
094a38aaff
1 changed files with 1 additions and 0 deletions
|
@ -360,6 +360,7 @@ function _session_start(array $options = [])
|
||||||
|
|
||||||
function _session_regenerate_id($users_id = 0, $force = false)
|
function _session_regenerate_id($users_id = 0, $force = false)
|
||||||
{
|
{
|
||||||
|
return false;
|
||||||
$users_id = intval($users_id);
|
$users_id = intval($users_id);
|
||||||
$prefix = "UID_{$users_id}_";
|
$prefix = "UID_{$users_id}_";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue