update descartes

This commit is contained in:
osaajani 2019-10-29 18:33:30 +01:00
parent 508aeb0957
commit e15fb3cf8c
15 changed files with 112 additions and 60 deletions

16
descartes/load.php Executable file
View file

@ -0,0 +1,16 @@
<?php
###############
# ENVIRONMENT #
###############
require_once(__DIR__ . '/load-environment.php');
############
# AUTOLOAD #
############
require_once(PWD . '/descartes/autoload.php');
require_once(PWD . '/vendor/autoload.php');
###########
# ROUTING #
###########
require_once(PWD . '/routes.php'); //Include routes