|
|
@@ -90,7 +90,7 @@ foreach($blacklist as $blip) {
|
|
|
?>
|
|
|
<tr>
|
|
|
<form action="admin.php">
|
|
|
- <input type="hidden" id="token" name="token" value="<?php $token ?>">
|
|
|
+ <input type="hidden" id="token" name="token" value="<?php echo $token; ?>">
|
|
|
<input type="hidden" id="action" name="action" value="blacklist">
|
|
|
<td>
|
|
|
<input type='text' id='ip' name='ip'>
|