Files
raby/resources/routes/router.php

8 lines
122 B
PHP
Raw Normal View History

2020-02-27 19:09:54 -03:00
<?php
$folder = implode(DIRECTORY_SEPARATOR, [
__DIR__,
$_ENV
]);
$filename = $_ENV . '.php';
include_once $filename;