mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
update.php: display error message when running from the browser
mention self-updating in new version dialog
This commit is contained in:
@@ -899,6 +899,8 @@ class Dlg extends Handler_Protected {
|
||||
$details = "http://tt-rss.org/redmine/versions/show/$id";
|
||||
$download = "http://tt-rss.org/#Download";
|
||||
|
||||
print "<p align='center'>".__("You can try updating automatically using update.php")."</p>";
|
||||
|
||||
print "<div style='text-align : center'>";
|
||||
print "<button dojoType=\"dijit.form.Button\"
|
||||
onclick=\"return window.open('$details')\">".__("Details")."</button>";
|
||||
|
||||
Reference in New Issue
Block a user