|
@@ -201,7 +201,7 @@ |
|
|
block discarded – undo |
|
201
|
201
|
if ($uri_auths != null || is_array($uri_auths)) { |
|
202
|
202
|
foreach ($uri_auths as $uri => $auth_array) { |
|
203
|
203
|
// Convert wildcards to RegEx. |
|
204
|
|
- $uri = str_replace(array(':any', ':num'), array('[^/]+', '[0-9]+'), $uri); |
|
|
204
|
+ $uri = str_replace(array(':any', ':num'), array('[^/]+', '[0-9]+'), $uri); |
|
205
|
205
|
if (preg_match('#^'.$uri.'$#', uri_string())) { |
|
206
|
206
|
// Assign Authentication Steps. |
|
207
|
207
|
if (is_array($auth_array)) { |
Please login to merge, or discard this patch.