瀏覽代碼

Merge pull request #384 from cdnmall/patch-1

Update list_updates.html
Serghey Rodin 11 年之前
父節點
當前提交
457da0e647
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      web/templates/admin/list_updates.html

+ 2 - 2
web/templates/admin/list_updates.html

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