Created
July 30, 2021 16:33
-
-
Save MkDierz/4100a330f574a57692641237ffbb2c16 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$config['base_url'] = "http://".$_SERVER['HTTP_HOST']; | |
$config['base_url'] .= preg_replace('@/+$@', '', dirname($_SERVER['SCRIPT_NAME'])).'/'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment