1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-20 02:19:34 +05:30

(refactor): changed router file path (feat): added global host config

This commit is contained in:
2023-11-09 21:45:15 +05:30
parent c21d06a64d
commit 18753f116b
8 changed files with 16 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
<?php
require './core/connection.php';
require './core/host_config.php';
require './core/query_functions.php';
?>