Merge branch 'master' of github.com:serghey-rodin/vesta

This commit is contained in:
Serghey Rodin 2015-06-12 00:58:33 +03:00
commit c949fb7215
4 changed files with 57 additions and 57 deletions

View file

@ -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">