mirror of
https://github.com/neosubhamoy/neosubhamoy-portfolio.git
synced 2025-12-19 07:43:00 +05:30
(refactor): added root domain in host_config
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
$currentHost = $_SERVER['HTTP_HOST'];
|
||||
$localIP = $_ENV['LOCAL_IP'];
|
||||
$domain = $_ENV['DOMAIN'];
|
||||
|
||||
if($currentHost == "localhost") {
|
||||
$basePath = "https://localhost/neosubhamoy/htdocs";
|
||||
|
||||
Reference in New Issue
Block a user