diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/router.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/router.php b/src/router.php index 141e7cf..c49c23d 100644 --- a/src/router.php +++ b/src/router.php @@ -162,6 +162,7 @@ class Router extends Base { array( 'uri' => $uri, 'uri_str' => $uri_str, + 'path' => $path, 'method' => $method, 'ip' => $this->get_ip() ), |