forked from mirrors/easyappointments
Replace double quote with single quote
This commit is contained in:
parent
403edba15f
commit
75542d48c0
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ $domain = $_SERVER['HTTP_HOST'] ?? 'localhost';
|
|||
|
||||
$request_uri = dirname($_SERVER['SCRIPT_NAME']);
|
||||
|
||||
$config['base_url'] = trim($protocol . $domain . $request_uri, "/");
|
||||
$config['base_url'] = trim($protocol . $domain . $request_uri, '/');
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue