Skip to content
Snippets Groups Projects
Commit 6ec40766 authored by clement's avatar clement
Browse files

c

parent 3fdb53f9
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
*/ */
// Implemented actions // Implemented actions
$actions = array("listeOrdonnance", "addOrdonnance", "editOrdonnanceOrdonnance", "listeProduit", "addProduit", "editProduit"); $actions = array("listeOrdonnance", "addOrdonnance", "editOrdonnance", "listeProduit", "addProduit", "editProduit");
// Check action is correct // Check action is correct
if(!in_array($action, $actions)) { if(!in_array($action, $actions)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment