[geeklog-cvs] Geeklog-1.x/system lib-webservices.php,1.1,1.2

Dirk Haun dhaun at qs1489.pair.com
Mon Aug 13 13:43:18 EDT 2007


Update of /cvsroot/geeklog/Geeklog-1.x/system
In directory qs1489.pair.com:/tmp/cvs-serv46236/system

Modified Files:
	lib-webservices.php 
Log Message:
Fixed Content-Type header


Index: lib-webservices.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/lib-webservices.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** lib-webservices.php	11 Aug 2007 16:48:56 -0000	1.1
--- lib-webservices.php	13 Aug 2007 17:43:16 -0000	1.2
***************
*** 188,192 ****
      if ($WS_INTROSPECTION) {
  
!         header('Content-type: ' . 'application/atomserv+xml' . '; charset=UTF-8');
  
          $atom_uri = 'http://' . $_SERVER['HTTP_HOST'] . '/webservices/atom/';
--- 188,192 ----
      if ($WS_INTROSPECTION) {
  
!         header('Content-type: application/atomsvc+xml; charset=UTF-8');
  
          $atom_uri = 'http://' . $_SERVER['HTTP_HOST'] . '/webservices/atom/';




More information about the geeklog-cvs mailing list