mirror of
https://github.com/neosubhamoy/neosubhamoy-portfolio.git
synced 2025-12-19 21:43:06 +05:30
(feat): added terms of use page and updated router and footer configs
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user