From ae13109d6780c1a67be7d1171749f1803f43a507 Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Tue, 19 Jul 2005 10:39:24 +0000 Subject: [PATCH] dang. --- bundled-libs/HTTP/BUNDLE_NOTICE | 6 +++--- bundled-libs/HTTP/Request.php | 6 +++--- bundled-libs/Net/BUNDLE_NOTICE | 2 +- bundled-libs/Net/Socket.php | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bundled-libs/HTTP/BUNDLE_NOTICE b/bundled-libs/HTTP/BUNDLE_NOTICE index b8129a7..c4e2445 100644 --- a/bundled-libs/HTTP/BUNDLE_NOTICE +++ b/bundled-libs/HTTP/BUNDLE_NOTICE @@ -1,10 +1,10 @@ - Replace: Request.php: require_once('PEAR.php'); -require_once(dirname(__FILE__) . '/../PEAR.php'; +require_once(dirname(__FILE__) . '/../PEAR.php'); require_once('Net/Socket.php'); -require_once(dirname(__FILE__) . '/../Net/Socket.php'; +require_once(dirname(__FILE__) . '/../Net/Socket.php'); require_once('Net/URL.php'); -require_once(dirname(__FILE__) . '/../Net/URL.php'; \ No newline at end of file +require_once(dirname(__FILE__) . '/../Net/URL.php'); \ No newline at end of file diff --git a/bundled-libs/HTTP/Request.php b/bundled-libs/HTTP/Request.php index bad6d99..5b7ed0f 100644 --- a/bundled-libs/HTTP/Request.php +++ b/bundled-libs/HTTP/Request.php @@ -43,9 +43,9 @@ // echo $a->getResponseBody(); // -require_once(dirname(__FILE__) . '/../PEAR.php'; -require_once(dirname(__FILE__) . '/../Net/Socket.php'; -require_once(dirname(__FILE__) . '/../Net/URL.php'; +require_once(dirname(__FILE__) . '/../PEAR.php'); +require_once(dirname(__FILE__) . '/../Net/Socket.php'); +require_once(dirname(__FILE__) . '/../Net/URL.php'); define('HTTP_REQUEST_METHOD_GET', 'GET', true); define('HTTP_REQUEST_METHOD_HEAD', 'HEAD', true); diff --git a/bundled-libs/Net/BUNDLE_NOTICE b/bundled-libs/Net/BUNDLE_NOTICE index 7ab1c97..e4157ae 100644 --- a/bundled-libs/Net/BUNDLE_NOTICE +++ b/bundled-libs/Net/BUNDLE_NOTICE @@ -5,5 +5,5 @@ require_once dirname(__FILE__) . '/CheckIP.php'; Socket.php require_once('PEAR.php'); -require_once(dirname(__FILE__) . '/../PEAR.php'; +require_once(dirname(__FILE__) . '/../PEAR.php'); diff --git a/bundled-libs/Net/Socket.php b/bundled-libs/Net/Socket.php index 8e39fea..669a7b5 100644 --- a/bundled-libs/Net/Socket.php +++ b/bundled-libs/Net/Socket.php @@ -19,7 +19,7 @@ // // $Id: Socket.php,v 1.24 2005/02/03 20:40:16 chagenbu Exp $ -require_once(dirname(__FILE__) . '/../PEAR.php'; +require_once(dirname(__FILE__) . '/../PEAR.php'); define('NET_SOCKET_READ', 1); define('NET_SOCKET_WRITE', 2); -- 2.39.5