Changeset 673 for trunk/wifidog-auth/wifidog/hotspot_status.php
- Timestamp:
- 07/11/05 17:31:52 (8 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog-auth/wifidog/hotspot_status.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/hotspot_status.php
r669 r673 37 37 switch ($format) 38 38 { 39 // XML format v1.0 by Françcois proulx <francois.proulx@gmail.com> 40 //TODO: rough draft, should be moved to different classes once stabilized 39 // XML format v1.0 by François proulx <francois.proulx@gmail.com> 41 40 case "XML": 42 41 require_once BASEPATH.'classes/Network.php'; … … 745 744 $tool_html = '<p class="indent">'."\n"; 746 745 $tool_html .= "<ul class='users_list'>\n"; 747 $tool_html .= "<li><a href=' hotspots_map.php'>"._('Deployed HotSpots map')."</a></li>";746 $tool_html .= "<li><a href='".BASE_NON_SSL_PATH."hotspots_map.php'>"._('Deployed HotSpots map')."</a></li>"; 748 747 $tool_html .= "</ul>\n"; 749 748 $tool_html .= '</p>'."\n";
