mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/16207] Mention use of session_id in append_sid() as deprecated
PHPBB3-16207
This commit is contained in:
@@ -1460,7 +1460,7 @@ function tracking_unserialize($string, $max_depth = 3)
|
|||||||
* @param string $url The url the session id needs to be appended to (can have params)
|
* @param string $url The url the session id needs to be appended to (can have params)
|
||||||
* @param mixed $params String or array of additional url parameters
|
* @param mixed $params String or array of additional url parameters
|
||||||
* @param bool $is_amp Is url using & (true) or & (false)
|
* @param bool $is_amp Is url using & (true) or & (false)
|
||||||
* @param string $session_id Possibility to use a custom session id instead of the global one
|
* @param string $session_id Possibility to use a custom session id instead of the global one; deprecated as of 4.0.0-a1
|
||||||
* @param bool $is_route Is url generated by a route.
|
* @param bool $is_route Is url generated by a route.
|
||||||
*
|
*
|
||||||
* @return string The corrected url.
|
* @return string The corrected url.
|
||||||
|
Reference in New Issue
Block a user