ソースを参照

bugfix:
- restore remove user auth ip

Dmitriev Roman 4 年 前
コミット
b74224bba0
1 ファイル変更2 行追加1 行削除
  1. 2 1
      html/admin/users/edituser.php

+ 2 - 1
html/admin/users/edituser.php

@@ -261,6 +261,7 @@ if ($id == $default_user_id or $id == $hotspot_user_id) { $default_sort = 'last_
 <td class="data"><?php print $sort_url . "&sort=timestamp&order=$new_order>Created</a>"; ?></td>
 <td class="data">Last DHCP/ARP Event</td>
 <td class="data"><?php print $sort_url . "&sort=last_found&order=$new_order>Last found</a>"; ?></td>
+<td class="data"><?php print "<input type=\"submit\" name=\"removeauth\" value=".$btn_remove.">"; ?></td>
 </tr>
 
 <?php
@@ -295,7 +296,7 @@ if (!empty($flist)) {
         print "<td class=\"data\" >" . FormatDateStr('Y.m.d',$row["timestamp"]) . "</td>\n";
         print "<td class=\"data\" >" . $dhcp_str . "</td>\n";
         print "<td class=\"data\" >" . FormatDateStr('Y.m.d H:i',$row["last_found"]) . "</td>\n";
-        print "</tr>";
+        print "<td class=\"data\" ></td></tr>";
         }
     }
 ?>