Plugin Directory

Changeset 188940


Ignore:
Timestamp:
01/02/2010 01:09:00 PM (16 years ago)
Author:
kifulab
Message:

Minor bug fix

Location:
http-express/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • http-express/trunk/http_express.php

    r188934 r188940  
    4040   
    4141        $rule = '\.(jpeg|jpg|gif|bmp|png|swf|js|css)$';
    42         $action = './wp-content/plugins/http_express/do_http_header.php?file=%{REQUEST_FILENAME}';
     42        $action = './wp-content/plugins/http-express/do_http_header.php?file=%{REQUEST_FILENAME}';
    4343       
    4444        $rules = array();
  • http-express/trunk/http_express_admin.php

    r188934 r188940  
    77    $rules = array();
    88    $rule = '\.(jpeg|jpg|gif|bmp|png|swf|js|css)$';
    9     $action = './wp-content/plugins/http_express/do_http_header.php?file=%{REQUEST_FILENAME}';
     9    $action = './wp-content/plugins/http-express/do_http_header.php?file=%{REQUEST_FILENAME}';
    1010    $rules[] = "###Begin HTTP Express";
    1111    $rules[] = "<IfModule mod_rewrite.c>";
Note: See TracChangeset for help on using the changeset viewer.