We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61bf6fd commit bf1057eCopy full SHA for bf1057e
1 file changed
app/Config/App.php
@@ -51,9 +51,9 @@ class App extends BaseConfig
51
* URI string. The default setting of 'REQUEST_URI' works for most servers.
52
* If your links do not seem to work, try one of the other delicious flavors:
53
*
54
- * 'REQUEST_URI' Uses $_SERVER['REQUEST_URI']
55
- * 'QUERY_STRING' Uses $_SERVER['QUERY_STRING']
56
- * 'PATH_INFO' Uses $_SERVER['PATH_INFO']
+ * 'REQUEST_URI': Uses $_SERVER['REQUEST_URI']
+ * 'QUERY_STRING': Uses $_SERVER['QUERY_STRING']
+ * 'PATH_INFO': Uses $_SERVER['PATH_INFO']
57
58
* WARNING: If you set this to 'PATH_INFO', URIs will always be URL-decoded!
59
*/
0 commit comments