Replace double quote with single quote

This commit is contained in:
Alex Tselegidis 2022-05-10 13:42:38 +02:00
parent 403edba15f
commit 75542d48c0
1 changed files with 1 additions and 1 deletions

View File

@ -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, '/');
/*
|--------------------------------------------------------------------------