Browse Source

template footer: remove update-check.php link - just link people to the github releases page

pull/941/head
David Goodwin 4 months ago
parent
commit
b0889ff5a7
Failed to extract signature
  1. 4
      templates/footer.tpl

4
templates/footer.tpl

@ -9,9 +9,7 @@
Admin {$version}</a>
<span id="update-check">&nbsp;|&nbsp;
<a target="_blank" rel="noopener"
href="http://postfixadmin.sf.net/update-check.php?version={$version|escape:"url"}">
{$PALANG.check_update}
</a>
href="https://github.com/postfixadmin/postfixadmin/releases">{$PALANG.check_update}</a>
</span>
{if isset($smarty.session.sessid)}
{if $smarty.session.sessid.username}

Loading…
Cancel
Save