/trunk/jrest/services/InventoryImageCount.php |
---|
30,7 → 30,6 |
function getElement($uid) |
{ |
//TODO : remplacer le contenu du $uid[1] par le tableau $_GET; |
// Controle detournement utilisateur |
session_start(); |
$this->controleUtilisateur($uid[0]); |
51,7 → 50,7 |
$retour_encode = json_encode($retour) ; |
$retour_encode = $this->nettoyerCaracteresNuls($retour_encode); |
header("content-type: application/json") ; |
header("content-type: application/json"); |
print $retour_encode ; |
exit() ; |
} |