remove makefile

This commit is contained in:
osaajani 2020-02-18 20:03:32 +01:00
parent f955cf3db0
commit 38a8b023cb
276 changed files with 0 additions and 138 deletions

12
console.php Executable file
View file

@ -0,0 +1,12 @@
#!/usr/bin/php
<?php
require_once(__DIR__ . '/descartes/load.php');
#####################
# RASPISMS SETTINGS #
#####################
$bdd = \descartes\Model::_connect(DATABASE_HOST, DATABASE_NAME, DATABASE_USER, DATABASE_PASSWORD);
$internal_setting = new \controllers\internals\Setting($bdd);
//Execute command
descartes\Console::execute_command($argv);