Closed phanku closed 6 years ago
Using $config['base_url'] in the default config.php will cause malformed generated URLs.
Example:
$config['base_url'] = 'https://example.com/';
Results:
<script type="text/javascript" src="https://example.com/https://example.com/assets/scripts.min.js"></script>
Thanks. Mock for base_url function wasn't working properly in our tests.
base_url
Using $config['base_url'] in the default config.php will cause malformed generated URLs.
Example:
Results: