Changeset 109207 in spip-zone
- Timestamp:
- Feb 28, 2018, 5:17:52 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/app/branches/v0/http/atom.php
r54803 r109207 26 26 if ($flux = recuperer_fond("http/atom/$collection", $_GET)){ 27 27 header('Status: 200 OK'); 28 header("Content-type: application/atom+xml; charset=utf-8");28 # header("Content-type: application/atom+xml; charset=utf-8"); 29 29 echo $flux; 30 30 exit;
Note: See TracChangeset
for help on using the changeset viewer.