mirror of
https://github.com/neosubhamoy/neosubhamoy-portfolio.git
synced 2025-12-20 03:29: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";
|
$basePath = "https://localhost/neosubhamoy/htdocs";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$basePath = "https://" + $host;
|
$basePath = "https://" . $currentHost;
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
Reference in New Issue
Block a user