diff --git a/config/modules.json b/config/modules.json index 5dcdff3..3771f9a 100755 --- a/config/modules.json +++ b/config/modules.json @@ -28,7 +28,7 @@ "description": "Incrémente le comptheure horaire d'une machine.", "permissions": [["sats"]], "parameters": { - "data": { "description": "Données du module", "type": "array" } + "count": { "description": "Données du module", "type": "array" } }, "output": {} } diff --git a/public_html/view/options.php b/public_html/view/options.php index 8f2f712..f3caaa7 100755 --- a/public_html/view/options.php +++ b/public_html/view/options.php @@ -50,14 +50,6 @@ debug(); echo "
"; - // $req = new Repo('admin/create', [ - // $_SESSION['WAREHOUSE']['id'], - // 'willy.fontaine', - // 'willy.fontaine@stef.com', - // 'willypass' - // ]); - - // var_dump( $req->answer() ); echo '
';