mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 03:35:55 +00:00
* sanitize: never rewrite relative links to our own prefix
* use Config::get_self_url() instead of get_self_url_prefix() in a bunch of places
This commit is contained in:
@@ -217,7 +217,7 @@
|
||||
}
|
||||
|
||||
// this returns Config::SELF_URL_PATH sans ending slash
|
||||
/** function is @deprecated */
|
||||
/** function is @deprecated by Config::get_self_url() */
|
||||
function get_self_url_prefix() {
|
||||
return Config::get_self_url();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user