Restructure MVC into public/src layout
Co-authored-by: LeOSW42 <673670+LeOSW42@users.noreply.github.com>
This commit is contained in:
4
public/index.php
Executable file
4
public/index.php
Executable file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
|
||||
require_once __DIR__ . '/../src/Core/config.php';
|
||||
require_once __DIR__ . '/../src/Core/routes.php';
|
||||
Reference in New Issue
Block a user