mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Update
This commit is contained in:
parent
e12811b0c9
commit
2d7bd7406b
1 changed files with 1 additions and 0 deletions
|
@ -4471,6 +4471,7 @@ function gotToLoginAndComeBackHere($msg = '')
|
|||
setAlertMessage($msg, $type = "msg");
|
||||
$url = "{$global['webSiteRootURL']}user?redirectUri=" . urlencode(getSelfURI());
|
||||
$url = addQueryStringParameter($url, 'comebackhere', 1);
|
||||
_error_log("gotToLoginAndComeBackHere($msg) ".getRealIpAddr().' '.json_encode(debug_backtrace()));
|
||||
header("Location: {$url}");
|
||||
exit;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue