Make WordPress Core


Ignore:
Timestamp:
12/08/2004 10:00:26 PM (21 years ago)
Author:
rboren
Message:

Do not process PATH_INFO if it containts the index.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.