Files
intranet/bootstrap/autoload.php
2020-12-01 17:23:13 -03:00

6 lines
147 B
PHP

<?php
include_once dirname(__DIR__) . '/vendor/autoload.php';
include_once 'errors.php';
include_once 'database.php';
include_once 'routes.php';
?>