Changeset 1571

Show
Ignore:
Timestamp:
03/20/08 19:34:23 (2 months ago)
Author:
Neal
Message:

Fixed a potential issue with the previous commit.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/punbb-1.3-dev/upload/include/rewrite_rules.php

    r1570 r1571  
    4141        '/^(delete|upload)[\/_-]?(avatar|user)?[\/_-]?([0-9]+)[\/_-]?([a-z0-9]+)?(\.html?|\/)?$/i'                                                              =>      'profile.php?action=$1_$2&id=$3&csrf_token=$4', 
    4242        '/^change[\/_-]?(email|pass)(word)?[\/_-]?([0-9]+)[\/_-]([a-zA-Z0-9]+)(\.html?|\/)?$/i'                                                                 =>      'profile.php?action=change_$1&id=$3&key=$4', 
     43        '/^change[\/_-]?(email|pass)(word)?[\/_-]?([0-9]+)(\.html?|\/)?$/i'                                                                                                             =>      'profile.php?action=change_$1&id=$3', 
    4344        '/^search[\/_-]?(new|recent|unanswered|subscriptions)(\.html?|\/)?$/i'                                                                                                  =>      'search.php?action=show_$1', 
    4445        '/^search[\/_-]?(new|recent|unanswered|subscriptions)[\/_-]p(age)?[\/_-]?([0-9]+)(\.html?|\/)?$/i'                                              =>      'search.php?action=show_$1&p=$3',