Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1013 → Rev 1014

/trunk/jrest/services/NameImage.php
82,10 → 82,8
}
}
$output = json_encode($value);
header("content-type: application/json");
print($output);
return true;
$this->envoyerJson($value);
return true;
}
}