mirror of
https://github.com/neosubhamoy/neosubhamoy-portfolio.git
synced 2025-12-20 02:19:34 +05:30
(fixed): router and host_config for my local network cross device access
This commit is contained in:
@@ -16,7 +16,7 @@ $devRoutes = [
|
||||
'/neosubhamoy/htdocs/contact' => 'contact.php',
|
||||
];
|
||||
|
||||
if ($host == "localhost") {
|
||||
if ($host == "localhost" || $host == "192.168.29.177") {
|
||||
$routes = $devRoutes;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user