mirror of
https://github.com/neosubhamoy/neosubhamoy-portfolio.git
synced 2025-12-20 01:09:35 +05:30
(fixed): hostconfig for non localhost hosts
This commit is contained in:
@@ -5,6 +5,6 @@ if($currentHost == "localhost") {
|
||||
$basePath = "https://localhost/neosubhamoy/htdocs";
|
||||
}
|
||||
else {
|
||||
$basePath = "https://" + $host;
|
||||
$basePath = "https://" . $currentHost;
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user