Changeset 1923

Show
Ignore:
Timestamp:
12/08/04 22:00:26 (4 years ago)
Author:
rboren
Message:

Do not process PATH_INFO if it containts the index.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-blog-header.php

    r1922 r1923  
    1515        ((! empty($_SERVER['PATH_INFO'])) && 
    1616        ('/' != $_SERVER['PATH_INFO']) && 
    17         (false === strpos($_SERVER['PATH_INFO'], $_SERVER['PHP_SELF'])) 
     17        (false === strpos($_SERVER['PATH_INFO'], 'index.php')) 
    1818        )) { 
    1919