diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/usr/local/www/status_captiveportal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/status_captiveportal.php b/src/usr/local/www/status_captiveportal.php index 3a23468..fcd6152 100644 --- a/src/usr/local/www/status_captiveportal.php +++ b/src/usr/local/www/status_captiveportal.php @@ -145,7 +145,7 @@ endif; // Load MAC-Manufacturer table $mac_man = load_mac_manufacturer_table(); -if (count($a_cp) > 1) { +if (count($a_cp) > 1) { $form = new Form(false); $section = new Form_Section('Captive Portal Zone'); |