Merged in bugfix/HOR-2949 (pull request #5892)

HOR-2949

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
Paula Quispe
2017-08-09 19:47:03 +00:00
committed by Julio Cesar Laura Avendaño
3 changed files with 222 additions and 80 deletions

View File

@@ -1,8 +1,8 @@
<?php
$option = (isset($_POST["option"]))? $_POST["option"] : "";
$response = array();
$RBAC->allows(basename(__FILE__), $option);
switch ($option) {
case "INS":
$arrayData = array();