Skip to content

Commit 3d174a8

Browse files
committed
Update MY_Router.php
Commenting out Case Insensitive Routing until deeper dive at the problem.
1 parent c89a39d commit 3d174a8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ForgeIgniter/core/MY_Router.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ class MY_Router extends MX_Router
88
{
99

1010
// Case Insensitive Routing
11+
// ERROR: Header may not contain more than a single header, new line detected
12+
/*
1113
public function _parse_routes()
1214
{
1315
foreach ($this->uri->segments as &$segment) {
@@ -16,4 +18,5 @@ public function _parse_routes()
1618
1719
return parent::_parse_routes();
1820
}
21+
*/
1922
}

0 commit comments

Comments
 (0)