We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b298374 + 3cf4c4e commit 87a5cf3Copy full SHA for 87a5cf3
application/config/config.php
@@ -188,7 +188,7 @@
188
|--------------------------------------------------------------------------
189
|
190
| Leave this BLANK unless you would like to set something other than the default
191
-| system/logs/ folder. Use a full server path with trailing slash.
+| application/logs/ folder. Use a full server path with trailing slash.
192
193
*/
194
$config['log_path'] = '';
system/core/URI.php
@@ -642,7 +642,7 @@ function uri_string()
642
643
function ruri_string()
644
{
645
- return '/'.implode('/', $this->rsegment_array()).'/';
+ return '/'.implode('/', $this->rsegment_array());
646
}
647
648
0 commit comments