File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Options -Indexes
8
8
RewriteCond %{REQUEST_FILENAME} !-d
9
9
RewriteCond %{REQUEST_FILENAME} !-f
10
10
RewriteRule ^client/img/([a-zA-Z_]*)/([a-zA-Z_]*)/([a-zA-Z0-9_\.]*)$ server/php/image.php?size=$1&model=$2&filename=$3 [L]
11
- RewriteRule ^ical/([0-9]*)/([a-zA-Z0-9]*).ics$ server/php/ical.php?id=$1&hash=$2 [L]
11
+ RewriteRule ^ical/([0-9]*)/([0-9]*)/([ a-zA-Z0-9]*).ics$ server/php/ical.php?id=$1&user_id=$2 &hash=$2 [L]
12
12
RewriteRule ^download/([0-9]*)/([a-zA-Z0-9_\.]*)$ server/php/download.php?id=$1&hash=$2 [QSA,L]
13
13
RewriteRule ^oauth_callback/([a-zA-Z0-9_\.]*)/([a-zA-Z0-9_\.]*)$ server/php/oauth_callback.php?plugin=$1&code=$2 [L]
14
14
RewriteRule ^oauth/authorize$ server/php/authorize.php [QSA,L]
You can’t perform that action at this time.
0 commit comments