|
|
@@ -227,16 +227,6 @@ foreach($list as $lip) {
|
|
|
echo "<td><input type='button' id='whitelist' value='whitelist' onclick='window.location.href=\"admin.php?token=" . $token . "&action=whitelist&ip=" . long2ip($lip) . "\"'></td></tr>";
|
|
|
}
|
|
|
?>
|
|
|
-<tr>
|
|
|
- <form action="admin.php">
|
|
|
- <input type="hidden" id="token" name="token" value="<?php echo $token; ?>">
|
|
|
- <input type="hidden" id="action" name="action" value="list">
|
|
|
- <td>
|
|
|
- <input type='text' id='ip' name='ip'>
|
|
|
- </td><td>
|
|
|
- <input type='submit' value='add to list'>
|
|
|
- </form>
|
|
|
- </td></tr>
|
|
|
</table>
|
|
|
</body>
|
|
|
</html>
|