From d657448268480f959c65a6ee149faa6e6713b816 Mon Sep 17 00:00:00 2001 From: Subhamoy Biswas Date: Sat, 16 Mar 2024 22:34:27 +0530 Subject: [PATCH] (refactor): fixed 404 page imports --- htdocs/error/404.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/htdocs/error/404.php b/htdocs/error/404.php index e4c0afd..bfc7261 100644 --- a/htdocs/error/404.php +++ b/htdocs/error/404.php @@ -1,11 +1,9 @@ load(); - require 'core/connection.php'; require 'core/host_config.php'; require 'core/query_functions.php'; +require 'core/write_dataset.php'; +write_dataset($conn); ?>