mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 10:15:55 +00:00
replace some usages of SELF_URL_PATH with get_self_url_prefix()
This commit is contained in:
@@ -541,7 +541,7 @@ class Handler_Public extends Handler {
|
||||
if ($_REQUEST['return']) {
|
||||
header("Location: " . $_REQUEST['return']);
|
||||
} else {
|
||||
header("Location: " . SELF_URL_PATH);
|
||||
header("Location: " . get_self_url_prefix());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user