HOR-1573

HOR-1573

HOR-1573
This commit is contained in:
Paula V. Quispe
2016-08-04 14:56:58 -04:00
parent 5413d93e6b
commit 0800a03385
32 changed files with 118 additions and 1025 deletions

View File

@@ -343,8 +343,6 @@ switch ($action) {
}
break;
case 'showEncodes':
//G::LoadThirdParty( 'pear/json', 'class.json' );
//$oJSON =
G::LoadSystem('inputfilter');
$filter = new InputFilter();
$engine = $_POST['engine'];
@@ -352,10 +350,10 @@ switch ($action) {
if ($engine != "0") {
$dbs = new dbConnections();
$var = Bootstrap::json_encode($dbs->getEncondeList($filter->xssFilterHard($engine)));
echo $var;
G::outRes($var);
} else {
echo '[["0","..."]]';
G::outRes('[["0","..."]]');
}
break;
}