mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-21 08:56:27 +02:00
Move to raspisms dir
This commit is contained in:
parent
34a6f7de65
commit
40fccf133c
278 changed files with 109 additions and 2020 deletions
12
console.php
12
console.php
|
@ -1,12 +0,0 @@
|
|||
#!/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);
|
Loading…
Add table
Add a link
Reference in a new issue