mirror of
https://github.com/neosubhamoy/neosubhamoy-portfolio.git
synced 2025-12-19 20:33:06 +05:30
(feat): added privacy policy page
This commit is contained in:
@@ -9,6 +9,7 @@ $serverRoutes = [
|
||||
'/projects' => 'projects.php',
|
||||
'/blog' => 'blog.php',
|
||||
'/contact' => 'contact.php',
|
||||
'/privacy-policy' => 'policy.php',
|
||||
];
|
||||
|
||||
$devRoutes = [
|
||||
@@ -16,6 +17,7 @@ $devRoutes = [
|
||||
'/neosubhamoy/htdocs/projects' => 'projects.php',
|
||||
'/neosubhamoy/htdocs/blog' => 'blog.php',
|
||||
'/neosubhamoy/htdocs/contact' => 'contact.php',
|
||||
'/neosubhamoy/htdocs/privacy-policy' => 'policy.php',
|
||||
];
|
||||
|
||||
if ($host == "localhost" || $host == "192.168.29.177") {
|
||||
|
||||
Reference in New Issue
Block a user