mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-06-06 06:46:25 +02:00
remove makefile
This commit is contained in:
parent
f955cf3db0
commit
38a8b023cb
276 changed files with 0 additions and 138 deletions
16
descartes/load.php
Executable file
16
descartes/load.php
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue