mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
develop
При вызове из командной строки лезут нотисы. Пофиксил.
This commit is contained in:
parent
d4c77489c7
commit
b370d84786
1 changed files with 1 additions and 1 deletions
|
@ -1868,7 +1868,7 @@ function bb_realpath ($path)
|
|||
|
||||
function login_redirect ($url = '')
|
||||
{
|
||||
redirect(LOGIN_URL . '?redirect='. (($url) ? $url : $_SERVER['REQUEST_URI']));
|
||||
redirect(LOGIN_URL . '?redirect='. (($url) ? $url : (isset($_SERVER['REQUEST_URI']) ?: '/')));
|
||||
}
|
||||
|
||||
function meta_refresh ($url, $time = 5)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue