[geeklog-cvs] Geeklog-1.x/public_html lib-common.php, 1.652, 1.653 pingback.php, 1.18, 1.19
Dirk Haun
dhaun at qs1489.pair.com
Sun Sep 2 03:50:58 EDT 2007
Update of /cvsroot/geeklog/Geeklog-1.x/public_html
In directory qs1489.pair.com:/tmp/cvs-serv1774/public_html
Modified Files:
lib-common.php pingback.php
Log Message:
Changed user agent from "GeekLog" to "Geeklog"
Index: pingback.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/pingback.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** pingback.php 1 May 2007 07:48:41 -0000 1.18
--- pingback.php 2 Sep 2007 07:50:56 -0000 1.19
***************
*** 127,131 ****
$excerpt = '';
$req = new HTTP_Request ($url);
! $req->addHeader ('User-Agent', 'GeekLog/' . VERSION);
$response = $req->sendRequest ();
if (PEAR::isError ($response)) {
--- 127,131 ----
$excerpt = '';
$req = new HTTP_Request ($url);
! $req->addHeader ('User-Agent', 'Geeklog/' . VERSION);
$response = $req->sendRequest ();
if (PEAR::isError ($response)) {
Index: lib-common.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/lib-common.php,v
retrieving revision 1.652
retrieving revision 1.653
diff -C2 -d -r1.652 -r1.653
*** lib-common.php 2 Sep 2007 02:18:41 -0000 1.652
--- lib-common.php 2 Sep 2007 07:50:56 -0000 1.653
***************
*** 3072,3076 ****
$headers['X-Priority'] = $priority;
}
! $headers['X-Mailer'] = 'GeekLog ' . VERSION;
$retval = $mailobj->send( $to, $headers, $message );
--- 3072,3076 ----
$headers['X-Priority'] = $priority;
}
! $headers['X-Mailer'] = 'Geeklog ' . VERSION;
$retval = $mailobj->send( $to, $headers, $message );
***************
*** 3496,3500 ****
$factory = new FeedParserFactory($_CONF['path_system']
. '/classes/syndication/');
! $factory->userAgent = 'GeekLog/' . VERSION;
if (!empty($last_modified) && !empty($etag)) {
$factory->lastModified = $last_modified;
--- 3496,3500 ----
$factory = new FeedParserFactory($_CONF['path_system']
. '/classes/syndication/');
! $factory->userAgent = 'Geeklog/' . VERSION;
if (!empty($last_modified) && !empty($etag)) {
$factory->lastModified = $last_modified;
More information about the geeklog-cvs
mailing list