diff --git a/htdocs/blog.php b/htdocs/blog.php index fe2afd8..7be377e 100644 --- a/htdocs/blog.php +++ b/htdocs/blog.php @@ -1,8 +1,4 @@ load(); - require 'core/connection.php'; require 'core/host_config.php'; require 'core/query_functions.php'; diff --git a/htdocs/contact.php b/htdocs/contact.php index e99c57f..9f094aa 100644 --- a/htdocs/contact.php +++ b/htdocs/contact.php @@ -1,8 +1,4 @@ load(); - require 'core/connection.php'; require 'core/host_config.php'; require 'core/query_functions.php'; diff --git a/htdocs/dmca.php b/htdocs/dmca.php index 57480d8..de4a00e 100644 --- a/htdocs/dmca.php +++ b/htdocs/dmca.php @@ -1,8 +1,4 @@ load(); - require 'core/connection.php'; require 'core/host_config.php'; require 'core/query_functions.php'; diff --git a/htdocs/home.php b/htdocs/home.php index 0700008..3cdab68 100644 --- a/htdocs/home.php +++ b/htdocs/home.php @@ -1,8 +1,4 @@ load(); - require 'core/connection.php'; require 'core/host_config.php'; require 'core/query_functions.php'; diff --git a/htdocs/index.php b/htdocs/index.php index 5336e68..0fa9b41 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -1,3 +1,7 @@ load(); + require 'core/router.php'; ?> \ No newline at end of file diff --git a/htdocs/policy.php b/htdocs/policy.php index b8caf79..8e88143 100644 --- a/htdocs/policy.php +++ b/htdocs/policy.php @@ -1,8 +1,4 @@ load(); - require 'core/connection.php'; require 'core/host_config.php'; require 'core/query_functions.php'; diff --git a/htdocs/projects.php b/htdocs/projects.php index ac3bc35..ef5d2fa 100644 --- a/htdocs/projects.php +++ b/htdocs/projects.php @@ -1,8 +1,4 @@ load(); - require 'core/connection.php'; require 'core/host_config.php'; require 'core/query_functions.php'; diff --git a/htdocs/terms.php b/htdocs/terms.php index f789f98..d70b638 100644 --- a/htdocs/terms.php +++ b/htdocs/terms.php @@ -1,8 +1,4 @@ load(); - require 'core/connection.php'; require 'core/host_config.php'; require 'core/query_functions.php';