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.
1 parent 28bda7f commit d97e12cCopy full SHA for d97e12c
system/core/Config.php
@@ -55,7 +55,7 @@ function __construct()
55
{
56
$base_url = isset($_SERVER['HTTPS']) && strtolower($_SERVER['HTTPS']) !== 'off' ? 'https' : 'http';
57
$base_url .= '://'. $_SERVER['HTTP_HOST'];
58
- $base_url .= str_replace(basename($_SERVER['SCRIPT_NAME']), '', $_SERVER['SCRIPT_NAME']);
+ $base_url .= str_replace(basename($_SERVER['SCRIPT_NAME']), '', $_SERVER['SCRIPT_NAME']).'/';
59
}
60
61
else
0 commit comments