[geeklog-cvs] Geeklog-1.x/public_html/admin sectest.php,1.9,1.10
Dirk Haun
dhaun at qs1489.pair.com
Sun Sep 2 03:50:58 EDT 2007
- Previous message (by thread): [geeklog-cvs] Geeklog-1.x/public_html lib-common.php, 1.652, 1.653 pingback.php, 1.18, 1.19
- Next message (by thread): [geeklog-cvs] Geeklog-1.x/system lib-pingback.php, 1.12, 1.13 lib-syndication.php, 1.38, 1.39 lib-trackback.php, 1.48, 1.49
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin
In directory qs1489.pair.com:/tmp/cvs-serv1774/public_html/admin
Modified Files:
sectest.php
Log Message:
Changed user agent from "GeekLog" to "Geeklog"
Index: sectest.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/sectest.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** sectest.php 22 Apr 2007 17:04:43 -0000 1.9
--- sectest.php 2 Sep 2007 07:50:56 -0000 1.10
***************
*** 64,68 ****
$req = new HTTP_Request ($url);
$req->setMethod (HTTP_REQUEST_METHOD_HEAD);
! $req->addHeader ('User-Agent', 'GeekLog/' . VERSION);
$response = $req->sendRequest ();
if (PEAR::isError ($response)) {
--- 64,68 ----
$req = new HTTP_Request ($url);
$req->setMethod (HTTP_REQUEST_METHOD_HEAD);
! $req->addHeader ('User-Agent', 'Geeklog/' . VERSION);
$response = $req->sendRequest ();
if (PEAR::isError ($response)) {
- Previous message (by thread): [geeklog-cvs] Geeklog-1.x/public_html lib-common.php, 1.652, 1.653 pingback.php, 1.18, 1.19
- Next message (by thread): [geeklog-cvs] Geeklog-1.x/system lib-pingback.php, 1.12, 1.13 lib-syndication.php, 1.38, 1.39 lib-trackback.php, 1.48, 1.49
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the geeklog-cvs
mailing list