Changeset 1559
- Timestamp:
- 03/17/08 20:13:50 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/punbb-1.3-dev/upload/include/rewrite_rules.php
r1557 r1559 39 39 '/^user[\/_-]?([0-9]+)(\.html?|\/)?$/i' => 'profile.php?id=$1', 40 40 '/^user[\/_-]?([0-9]+)[\/_-]?([a-z]+)(\.html?|\/)?$/i' => 'profile.php?section=$2&id=$1', 41 '/^(change|delete|upload)[\/_-]?(email|pass|avatar|user)(word)?[\/_-]?([0-9]+)[\/_-]?([a-z0-9] ?)(\.html?|\/)?$/i' => 'profile.php?action=$1_$2&id=$4&csrf_token=$5',41 '/^(change|delete|upload)[\/_-]?(email|pass|avatar|user)(word)?[\/_-]?([0-9]+)[\/_-]?([a-z0-9]+)?(\.html?|\/)?$/i' => 'profile.php?action=$1_$2&id=$4&csrf_token=$5', 42 42 '/^change[\/_-]?(email|pass)(word)?[\/_-]?([0-9]+)[\/_-]([a-zA-Z0-9]+)(\.html?|\/)?$/i' => 'profile.php?action=change_$1&id=$3&key=$4', 43 43 '/^search[\/_-]?(new|recent|unanswered|subscriptions)(\.html?|\/)?$/i' => 'search.php?action=show_$1', … … 54 54 '/^users\/(.*)\/([0-9-]+)\/?([a-z_]+)[\/_-]([a-zA-Z]+)[\/_-]p(age)?[\/_-]?([0-9]+)(\.html?|\/)?$/i' => 'userlist.php?username=$1&show_group=$2&sort_by=$3&sort_dir=$4&p=$6', 55 55 '/^(email|report|subscribe|unsubscribe)[\/_-]?([0-9]+)(\.html?|\/)?$/i' => 'misc.php?$1=$2', 56 '/^(mark|rules)[\/_-]?(read)?[\/_-]?([a-z0-9] ?)(\.html?|\/)?$/i' => 'misc.php?action=$1$2&csrf_token=$3',56 '/^(mark|rules)[\/_-]?(read)?[\/_-]?([a-z0-9]+)?(\.html?|\/)?$/i' => 'misc.php?action=$1$2&csrf_token=$3', 57 57 '/^mark[\/_-](forum)[\/_-]?([0-9]+)[\/_-](read)[\/_-]([a-z0-9]+)(\.html?|\/)?$/i' => 'misc.php?action=markforumread&fid=$2&csrf_token=$4', 58 58 '/^help[\/_-]([a-z]+)(\.html?|\/)?$/i' => 'help.php?section=$1',
