Skip to content

Commit 4adbb16

Browse files
committed
Update list_updates.html
Fix broken links
1 parent e596688 commit 4adbb16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/templates/admin/list_updates.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<tr>
66
<td class="step-right">
77
<? if($autoupdate == 'Enabled') {
8-
echo '<a class="vst" href="/delete/cron/autoupdate/&token='.$_SESSION['token'].'">'.__('disable autoupdate').'</a>';
8+
echo '<a class="vst" href="/delete/cron/autoupdate/?&token='.$_SESSION['token'].'">'.__('disable autoupdate').'</a>';
99
} else {
10-
echo '<a class="vst" href="/add/cron/autoupdate/&token='.$_SESSION['token'].'">'.__('enable autoupdate').'</a>';
10+
echo '<a class="vst" href="/add/cron/autoupdate/?&token='.$_SESSION['token'].'">'.__('enable autoupdate').'</a>';
1111
} ?>
1212
</td>
1313
<td class="l-sort-toolbar__search-box step-left">

0 commit comments

Comments
 (0)