Skip to content

Commit 87a5cf3

Browse files
author
Phil Sturgeon
committed
2 parents b298374 + 3cf4c4e commit 87a5cf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

application/config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
|--------------------------------------------------------------------------
189189
|
190190
| 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.
191+
| application/logs/ folder. Use a full server path with trailing slash.
192192
|
193193
*/
194194
$config['log_path'] = '';

system/core/URI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ function uri_string()
642642
*/
643643
function ruri_string()
644644
{
645-
return '/'.implode('/', $this->rsegment_array()).'/';
645+
return '/'.implode('/', $this->rsegment_array());
646646
}
647647

648648
}

0 commit comments

Comments
 (0)