We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c89a39d commit 3d174a8Copy full SHA for 3d174a8
1 file changed
ForgeIgniter/core/MY_Router.php
@@ -8,6 +8,8 @@ class MY_Router extends MX_Router
8
{
9
10
// Case Insensitive Routing
11
+ // ERROR: Header may not contain more than a single header, new line detected
12
+ /*
13
public function _parse_routes()
14
15
foreach ($this->uri->segments as &$segment) {
@@ -16,4 +18,5 @@ public function _parse_routes()
16
18
17
19
return parent::_parse_routes();
20
}
21
+ */
22
0 commit comments