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
Failed to extract signature
1 changed files with
1 additions and
3 deletions
-
templates/footer.tpl
|
|
|
@ -9,9 +9,7 @@ |
|
|
|
Admin {$version}</a> |
|
|
|
<span id="update-check"> | |
|
|
|
<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} |
|
|
|
|