Actions
Bug #2638
closedCaptive portal status widget on the Dashboard is not working
Start date:
09/18/2012
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.1
Affected Architecture:
All
Description
This is due to the fact that in 2.1 zones were introduced and this widget still has code like (in /usr/local/www/widgets/widgets/captive_portal_status.widget.php):
if (file_exists("{$g['vardb_path']}/captiveportal.db")) {
instead of
if (file_exists("{$g['vardb_path']}/captiveportal_$cpzone.db")) {
Updated by Chris Buechler about 12 years ago
- Assignee changed from Yuri Keren to Darren Embry
Updated by Darren Embry about 12 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 61cf2b7ed7cfbbab57ec049032d6b953b921904d.
Updated by Chris Buechler almost 12 years ago
- Status changed from Feedback to Resolved
Actions