1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 07:35:56 +00:00

unify update_daemon, update_feeds and update_feedbrowser into update.php; move update.php to db-updater.php

This commit is contained in:
Andrew Dolgov
2010-11-09 16:33:08 +03:00
parent e75df19d50
commit 661135c742
10 changed files with 259 additions and 416 deletions

View File

@@ -12,7 +12,7 @@
$ERRORS[4] = __("Frontend sanity check failed.");
$ERRORS[5] = __("Incorrect database schema version. <a href='update.php'>Please update</a>.");
$ERRORS[5] = __("Incorrect database schema version. <a href='db-updater.php'>Please update</a>.");
$ERRORS[6] = __("Request not authorized.");