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.
2 parents 225abab + 4adbb16 commit 457da0eCopy full SHA for 457da0e
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