From: garvinhicking Date: Tue, 19 Jul 2005 10:39:24 +0000 (+0000) Subject: dang. X-Git-Tag: 0.9~303 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ae13109d6780c1a67be7d1171749f1803f43a507;p=s9y.git dang. --- 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);