Show
Ignore:
Timestamp:
07/11/05 17:31:52 (8 years ago)
Author:
fproulx
Message:

2005-07-11 Francois Proulx <francois.proulx@…>

  • Changed link to hotspots map using NON ssl because Google Keys are sensitive to the whole path.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/hotspot_status.php

    r669 r673  
    3737switch ($format) 
    3838{ 
    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> 
    4140        case "XML": 
    4241                require_once BASEPATH.'classes/Network.php'; 
     
    745744                        $tool_html = '<p class="indent">'."\n"; 
    746745                        $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>"; 
    748747                        $tool_html .= "</ul>\n"; 
    749748                        $tool_html .= '</p>'."\n";