v0.2.0
This commit is contained in:
7
resources/routes/router.php
Normal file
7
resources/routes/router.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$folder = implode(DIRECTORY_SEPARATOR, [
|
||||
__DIR__,
|
||||
$_ENV
|
||||
]);
|
||||
$filename = $_ENV . '.php';
|
||||
include_once $filename;
|
Reference in New Issue
Block a user