1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-19 23:59:35 +05:30

(refactor): changed connection file path for better security and to fix search results not showing issue

This commit is contained in:
2023-12-03 14:48:36 +05:30
parent a53143f74c
commit bb567a25e8
7 changed files with 10 additions and 14 deletions

View File

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