Skip to content

Commit

Permalink
Update list_updates.html
Browse files Browse the repository at this point in the history
Fix broken links
  • Loading branch information
cdnmall committed Jun 11, 2015
1 parent e596688 commit 4adbb16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/templates/admin/list_updates.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<tr>
<td class="step-right">
<? if($autoupdate == 'Enabled') {
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>';
} else {
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>';
} ?>
</td>
<td class="l-sort-toolbar__search-box step-left">
Expand Down

0 comments on commit 4adbb16

Please sign in to comment.