Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2149 → Rev 2152

/trunk/jrest/lib/Cel.php
222,6 → 222,7
} else if (!is_null($mime) && is_null($encodage)) {
header("Content-Type: $mime");
}
http_response_code(200);// OK
print $contenu;
}