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