Show
Ignore:
Timestamp:
11/29/06 08:51:29 (6 years ago)
Author:
benoitg
Message:

* common.php: Fix the value of SESS_NODE_ID_VAR, it got overwrittent by SESS_GW_ID_VAR.

Caused problems with logout.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/content/PatternLanguage/subscription.php

    r1133 r1146  
    7272$tool_html = "<h1>{$pattern_language->getTitle()->__toString()}</h1>"; 
    7373$tool_html .= '<ul class="pattern_language_menu">'."\n"; 
    74 $node_id = $session->get(SESS_GW_ID_VAR); 
     74$node_id = $session->get(SESS_NODE_ID_VAR); 
    7575if(!empty($node_id)) 
    7676    $tool_html .= "<li><a href='/portal/?node_id=$node_id'>"._("Go back to this hotspot portal page")."</a></li>";