diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-04-20 05:52:08 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-04-20 05:52:08 -0400 |
commit | 1c88a7ef5ded0a5e58a554482d2c1fbeb78c2ef0 (patch) | |
tree | a5646997bfa930bc7e15db200b5de4e2eacc44b1 /view/admin_plugins_details.tpl | |
parent | 83683b516ec058d0e5fdd0d4a1defbd22a60c322 (diff) | |
parent | 3bb785fdad0b1636ac5094a051e291b0f33e0f45 (diff) | |
download | volse-hubzilla-1c88a7ef5ded0a5e58a554482d2c1fbeb78c2ef0.tar.gz volse-hubzilla-1c88a7ef5ded0a5e58a554482d2c1fbeb78c2ef0.tar.bz2 volse-hubzilla-1c88a7ef5ded0a5e58a554482d2c1fbeb78c2ef0.zip |
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
XSRF protection and PHPdoc for mod/admin.php
XSRF protection and PHPdoc for mod/admin.php
* master:
Diffstat (limited to 'view/admin_plugins_details.tpl')
-rw-r--r-- | view/admin_plugins_details.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/admin_plugins_details.tpl b/view/admin_plugins_details.tpl index aaa366f65..931c7b83c 100644 --- a/view/admin_plugins_details.tpl +++ b/view/admin_plugins_details.tpl @@ -1,7 +1,7 @@ <div id='adminpage'> <h1>$title - $page</h1> - <p><span class='toggleplugin icon $status'></span> $info.name - $info.version : <a href="$baseurl/admin/$function/$plugin/?a=t">$action</a></p> + <p><span class='toggleplugin icon $status'></span> $info.name - $info.version : <a href="$baseurl/admin/$function/$plugin/?a=t&t=$form_security_token">$action</a></p> <p>$info.description</p> <p class="author">$str_author |