We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e596688 commit 4adbb16Copy full SHA for 4adbb16
web/templates/admin/list_updates.html
@@ -5,9 +5,9 @@
5
<tr>
6
<td class="step-right">
7
<? if($autoupdate == 'Enabled') {
8
- echo '<a class="vst" href="/delete/cron/autoupdate/&token='.$_SESSION['token'].'">'.__('disable autoupdate').'</a>';
+ echo '<a class="vst" href="/delete/cron/autoupdate/?&token='.$_SESSION['token'].'">'.__('disable autoupdate').'</a>';
9
} else {
10
- echo '<a class="vst" href="/add/cron/autoupdate/&token='.$_SESSION['token'].'">'.__('enable autoupdate').'</a>';
+ echo '<a class="vst" href="/add/cron/autoupdate/?&token='.$_SESSION['token'].'">'.__('enable autoupdate').'</a>';
11
} ?>
12
</td>
13
<td class="l-sort-toolbar__search-box step-left">
0 commit comments