[geeklog-cvs] geeklog-1.3/system lib-pingback.php,1.1,1.2

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sat Jan 29 06:25:09 EST 2005


Update of /var/cvs/geeklog-1.3/system
In directory www:/tmp/cvs-serv22821/system

Modified Files:
	lib-pingback.php 
Log Message:
Forgot to send the 'query' part with the HEAD request ...


Index: lib-pingback.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/system/lib-pingback.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** lib-pingback.php	28 Jan 2005 10:04:14 -0000	1.1
--- lib-pingback.php	29 Jan 2005 11:25:06 -0000	1.2
***************
*** 63,67 ****
      }
  
!     fputs ($sock, 'HEAD ' . $target['path'] . " HTTP/1.1\n");
      fputs ($sock, 'Host: ' . $target['host'] . "\n");
      fputs ($sock, "Connection: close\n\n");
--- 63,67 ----
      }
  
!     fputs ($sock, 'HEAD ' . $target['path'] . $target['query'] . " HTTP/1.1\n");
      fputs ($sock, 'Host: ' . $target['host'] . "\n");
      fputs ($sock, "Connection: close\n\n");




More information about the geeklog-cvs mailing list