Revision f9f86b7f
Added by k-paulius over 9 years ago
src/usr/local/www/status_captiveportal.php | ||
---|---|---|
145 | 145 |
// Load MAC-Manufacturer table |
146 | 146 |
$mac_man = load_mac_manufacturer_table(); |
147 | 147 |
|
148 |
if (count($a_cp) > 1) {
|
|
148 |
if (count($a_cp) > 1) {
|
|
149 | 149 |
$form = new Form(false); |
150 | 150 |
|
151 | 151 |
$section = new Form_Section('Captive Portal Zone'); |
Also available in: Unified diff
Code style fix.