1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-19 22:53:03 +05:30

(fixed): include/require path attributions

This commit is contained in:
2023-11-09 22:02:21 +05:30
parent f272b062b6
commit e998749fb9
5 changed files with 21 additions and 21 deletions

View File

@@ -1,3 +1,3 @@
<?php
require './core/router.php';
require 'core/router.php';
?>