From 370e66bf38f9d38851778e750e0425aecc36efd9 Mon Sep 17 00:00:00 2001 From: tripathyr Date: Tue, 12 Apr 2022 16:41:55 +0530 Subject: [PATCH] Update imp_files.php --- includes/imp_files.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/includes/imp_files.php b/includes/imp_files.php index 51610c5..0d6207a 100644 --- a/includes/imp_files.php +++ b/includes/imp_files.php @@ -9,6 +9,9 @@ require_once 'defines.php'; require_once 'config.php'; include_once 'autoload.php'; include_once 'functions.php'; +include_once 'UsersFunc.php'; + +$db_connection = databaseConnection(); //if logged in store user DB details $flo_id = null;