1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-20 01:09:35 +05:30

(refactor): added write_dataset function to every page

This commit is contained in:
2024-02-02 01:12:56 +05:30
parent 1b27da85e7
commit ce0ee5d5ca
6 changed files with 12 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ $dotenv->load();
require 'core/connection.php';
require 'core/host_config.php';
require 'core/query_functions.php';
require 'core/write_dataset.php';
write_dataset($conn);
?>
<!DOCTYPE html>