Skip to content

Commit

Permalink
:feat install: add install scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
equinton committed Jul 17, 2024
1 parent 21b21c2 commit 075f759
Show file tree
Hide file tree
Showing 15 changed files with 4,051 additions and 106 deletions.
3 changes: 2 additions & 1 deletion app/Config/Routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
$routes->add('documentGet', 'Document::get');
$routes->add('locationChange', 'Location::change');
$routes->post('locationWrite', 'Location::write');
$routes->add('parametre', '\Ppci\Controllers\Utils\Submenu::index');
$routes->add('parametre', '\Ppci\Controllers\Utils::submenu/parametre');
$routes->add('icesList', 'Ices::list');
$routes->add('icesChange', 'Ices::change');
$routes->post('icesWrite', 'Ices::write');
Expand Down Expand Up @@ -106,3 +106,4 @@
$routes->add('updateparamDisplay', 'Updateparam::display');
$routes->add('updateparamExec', 'Updateparam::exec');
$routes->add('updateparamGettemplate', 'Updateparam::gettemplate');
$routes->add('aide', '\Ppci\Controllers\Utils::submenu/aide');
Binary file added documentation/schema.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 075f759

Please sign in to comment.