diff --git a/htdocs/core/host_config.php b/htdocs/core/host_config.php index 734a45b..f130acf 100644 --- a/htdocs/core/host_config.php +++ b/htdocs/core/host_config.php @@ -5,6 +5,6 @@ if($currentHost == "localhost") { $basePath = "https://localhost/neosubhamoy/htdocs"; } else { - $basePath = "https://" + $host; + $basePath = "https://" . $currentHost; } ?> \ No newline at end of file