Files
raby/resources/routes/router.php
2020-02-27 19:09:54 -03:00

8 lines
122 B
PHP

<?php
$folder = implode(DIRECTORY_SEPARATOR, [
__DIR__,
$_ENV
]);
$filename = $_ENV . '.php';
include_once $filename;