Revision 2438b40d
Added by Steve Beaver almost 8 years ago
src/usr/local/www/widgets/widgets/ipsec.widget.php | ||
---|---|---|
198 | 198 |
$jsondata .= "</tr>"; |
199 | 199 |
} |
200 | 200 |
} |
201 |
} else { |
|
202 |
$jsondata .= "\"}"; |
|
203 | 201 |
} |
204 | 202 |
|
203 |
$jsondata .= "\"}"; |
|
205 | 204 |
print($jsondata); |
206 | 205 |
exit; |
207 | 206 |
} |
Also available in: Unified diff
Fixed JSON format in IPSec widet per Kill Bill (Thanks!)