1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-20 02:19:34 +05:30

(feat): added terms of use page and updated router and footer configs

This commit is contained in:
2023-12-12 01:23:56 +05:30
parent 3823d8feef
commit 4d65842d34
5 changed files with 267 additions and 118 deletions

View File

@@ -10,6 +10,8 @@ $serverRoutes = [
'/blog' => 'blog.php',
'/contact' => 'contact.php',
'/privacy-policy' => 'policy.php',
'/terms-of-use' => 'terms.php',
'/dmca' => 'dmca.php',
];
$devRoutes = [
@@ -18,6 +20,8 @@ $devRoutes = [
'/neosubhamoy/htdocs/blog' => 'blog.php',
'/neosubhamoy/htdocs/contact' => 'contact.php',
'/neosubhamoy/htdocs/privacy-policy' => 'policy.php',
'/neosubhamoy/htdocs/terms-of-use' => 'terms.php',
'/neosubhamoy/htdocs/dmca' => 'dmca.php',
];
if ($host == "localhost" || $host == "192.168.29.177") {