We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5193414 commit b24c01cCopy full SHA for b24c01c
1 file changed
system/HTTP/SiteURI.php
@@ -43,7 +43,7 @@ class SiteURI extends URI
43
* List of URI segments in baseURL and indexPage.
44
*
45
* If the URI is "http://localhost:8888/ci431/public/index.php/test?a=b",
46
- * and the baseUR is "http://localhost:8888/ci431/public/", then:
+ * and the baseURL is "http://localhost:8888/ci431/public/", then:
47
* $baseSegments = [
48
* 0 => 'ci431',
49
* 1 => 'public',
@@ -59,7 +59,7 @@ class SiteURI extends URI
59
* to the baseURL.
60
61
62
63
* $segments = [
64
* 0 => 'test',
65
* ];
0 commit comments