Files
totalsport/resources/routes/router.php

9 lines
148 B
PHP
Raw Normal View History

2020-04-10 02:21:25 -04:00
<?php
$filename = implode(DIRECTORY_SEPARATOR, [
__DIR__,
$__environment . '.php'
]);
if (file_exists($filename)) {
include_once $filename;
}