@@ -168,7 +168,7 @@ |
||
168 | 168 | if (is_null($this->baseURL)) { |
169 | 169 | $self = $_SERVER['PHP_SELF']; |
170 | 170 | $server = $_SERVER['HTTP_HOST'] |
171 | - . rtrim(str_replace(strstr($self, 'index.php'), '', $self), '/'); |
|
171 | + . rtrim(str_replace(strstr($self, 'index.php'), '', $self), '/'); |
|
172 | 172 | |
173 | 173 | if ((!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] != 'off') |
174 | 174 | || !empty($_SERVER['HTTP_X_FORWARDED_PROTO']) |