Show
Ignore:
Timestamp:
01/12/05 12:12:23 (8 years ago)
Author:
aprilp
Message:

Make sure to not break the page when changing language (ie. forget the arguments the page was called with)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/classes/SmartyWifidog.php

    r316 r323  
    5555        $this->caching = false; 
    5656        $this->assign('app_name','Wifidog auth server'); 
     57 
     58        /* We need this for various forms to redirect properly (language form) */ 
     59        $this->assign('request_uri', $_SERVER["REQUEST_URI"]); 
    5760         
    5861        if(is_file(NODE_CONTENT_PHP_RELATIVE_PATH.PAGE_HEADER_NAME))