Update imp_files.php

This commit is contained in:
tripathyr 2022-04-12 16:41:55 +05:30 committed by GitHub
parent 30f4136041
commit 370e66bf38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;