diff --git a/modules/pref-instances.php b/modules/pref-instances.php deleted file mode 100644 index ca9a011e1..000000000 --- a/modules/pref-instances.php +++ /dev/null @@ -1,204 +0,0 @@ -"; - print ""; - print ""; - - print "
" . __("Use one access key for both linked instances."); - - print "
" . __("You can connect other instances of Tiny Tiny RSS to this one to share Popular feeds. Link to this instance of Tiny Tiny RSS by using this URL:"); - - print " (display url)"; - - print "
- | ".__('Instance URL')." | -".__('Access key')." | -".__('Last connected')." | -".__('Stored feeds')." | -
"; - - $onclick = "onclick='editInstance($id, event)' title='".__('Click to edit')."'"; - - $access_key = mb_substr($line['access_key'], 0, 4) . '...' . - mb_substr($line['access_key'], -4); - - print " | " . htmlspecialchars($line['access_url']) . " | "; - print "" . htmlspecialchars($access_key) . " | "; - print "" . htmlspecialchars($line['last_connected']) . " | "; - print "" . htmlspecialchars($line['num_feeds']) . " | "; - - print "