Changeset 1430


Ignore:
Timestamp:
Jul 4, 2006, 12:58:19 AM (18 years ago)
Author:
plg
Message:

merge -r1428:1429 from branch 1.6 to trunk (bug fixed: check of non
emptiness on $_SERVERPATH_INFO)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_session.inc.php

    r1217 r1430  
    8888  { // mod_rewrite is activated for upper level directories. we must set the
    8989    // cookie to the path shown in the browser otherwise it will be discarded.
    90     if ( isset($_SERVER['PATH_INFO']) )
     90    if ( isset($_SERVER['PATH_INFO']) and !empty($_SERVER['PATH_INFO']) )
    9191    {
    9292      $idx = strpos( $_SERVER['REDIRECT_URL'], $_SERVER['PATH_INFO'] );
Note: See TracChangeset for help on using the changeset viewer.