mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Update list_updates.html
Fix broken links
This commit is contained in:
parent
e5966885f6
commit
4adbb16cbe
1 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue