mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 15:41:29 +00:00
login: switch to absolute redirect urls
This commit is contained in:
@@ -61,7 +61,7 @@ function bwLimitChange(elem) {
|
||||
}
|
||||
</script>
|
||||
|
||||
<?php $return = urlencode($_SERVER["REQUEST_URI"]) ?>
|
||||
<?php $return = urlencode(make_self_url()) ?>
|
||||
|
||||
<div class="container">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user