From e998749fb93d84c21278e4e92d56f880af45e2c6 Mon Sep 17 00:00:00 2001 From: Subhamoy Biswas Date: Thu, 9 Nov 2023 22:02:21 +0530 Subject: [PATCH] (fixed): include/require path attributions --- htdocs/blog.php | 10 +++++----- htdocs/contact.php | 10 +++++----- htdocs/home.php | 10 +++++----- htdocs/index.php | 2 +- htdocs/projects.php | 10 +++++----- 5 files changed, 21 insertions(+), 21 deletions(-) diff --git a/htdocs/blog.php b/htdocs/blog.php index 2edbfec..2f033dd 100644 --- a/htdocs/blog.php +++ b/htdocs/blog.php @@ -1,7 +1,7 @@ @@ -24,7 +24,7 @@ require './core/query_functions.php'; - - + + \ No newline at end of file diff --git a/htdocs/contact.php b/htdocs/contact.php index 9cd4ed7..a67b0dc 100644 --- a/htdocs/contact.php +++ b/htdocs/contact.php @@ -1,7 +1,7 @@ @@ -21,7 +21,7 @@ require './core/query_functions.php'; - - + + \ No newline at end of file diff --git a/htdocs/home.php b/htdocs/home.php index 54b1a3d..50c1e5b 100644 --- a/htdocs/home.php +++ b/htdocs/home.php @@ -1,7 +1,7 @@ @@ -214,8 +214,8 @@ require './core/query_functions.php'; - - + + - + + \ No newline at end of file