mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-25 14:51:29 +00:00
experimental split of public calls into public.php (refs #389)
This commit is contained in:
@@ -1094,7 +1094,7 @@
|
||||
print __("You can share this article by the following unique URL:");
|
||||
|
||||
$url_path = get_self_url_prefix();
|
||||
$url_path .= "/backend.php?op=share&key=$uuid";
|
||||
$url_path .= "/public.php?op=share&key=$uuid";
|
||||
|
||||
print "<div class=\"tagCloudContainer\">";
|
||||
print "<a id='pub_opml_url' href='$url_path' target='_blank'>$url_path</a>";
|
||||
|
||||
Reference in New Issue
Block a user