Version produccion
This commit is contained in:
10
resources/routes/router.php
Normal file
10
resources/routes/router.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
if (isset($__environment)) {
|
||||
$filename = implode(DIRECTORY_SEPARATOR, [
|
||||
__DIR__,
|
||||
$__environment . '.php'
|
||||
]);
|
||||
if (file_exists($filename)) {
|
||||
include_once $filename;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user