]> git.mjollnir.org Git - s9y.git/commitdiff
dang.
authorgarvinhicking <garvinhicking>
Tue, 19 Jul 2005 10:39:24 +0000 (10:39 +0000)
committergarvinhicking <garvinhicking>
Tue, 19 Jul 2005 10:39:24 +0000 (10:39 +0000)
bundled-libs/HTTP/BUNDLE_NOTICE
bundled-libs/HTTP/Request.php
bundled-libs/Net/BUNDLE_NOTICE
bundled-libs/Net/Socket.php

index b8129a7db624073a78b93a02350530f616ed171f..c4e2445aeb3381322f94be4331872cd2771ffc99 100644 (file)
@@ -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
index bad6d99ae050c8ccab622fe906c62e5eb8cc1737..5b7ed0fef26fa74af8eb3c43f8a7435c248cad11 100644 (file)
@@ -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);
index 7ab1c974d722dbb61077226b49eae60802abd568..e4157ae22195ccaed5138df97b797c5cd5155eec 100644 (file)
@@ -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');
 
index 8e39feaad2d6de7390cdd47f938b870fd1756f3a..669a7b52ca061ca1a2517053a39d1162244a8329 100644 (file)
@@ -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);