mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Фиксы ссылок на форум, дампа Ocelot
Небольшие работы со стилистикой и исправления некоторых ссылок.
This commit is contained in:
parent
036bbae358
commit
41b0894d3d
9 changed files with 39 additions and 40 deletions
|
@ -1868,7 +1868,7 @@ function bb_realpath ($path)
|
|||
|
||||
function login_redirect ($url = '')
|
||||
{
|
||||
redirect(LOGIN_URL . '?redirect='. (($url) ? $url : (isset($_SERVER['REQUEST_URI']) ? $_SERVER['REQUEST_URI'] : '/')));
|
||||
redirect(LOGIN_URL . '?redirect='. (($url) ? $url : (isset($_SERVER['REQUEST_URI']) ? $_SERVER['REQUEST_URI'] : '/')));
|
||||
}
|
||||
|
||||
function meta_refresh ($url, $time = 5)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue