Changeset 52c0f76 in github
- Timestamp:
- Jul 25, 2010 4:09:36 PM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 64fa955
- Parents:
- 2fc4596
- Location:
- program/steps/utils
- Files:
-
- 2 edited
-
spell_googie.inc (modified) (1 diff)
-
spell_html_googie.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/steps/utils/spell_googie.inc
rf4f6291 r52c0f76 47 47 { 48 48 $out = "POST $path HTTP/1.0\r\n"; 49 $out .= "Host: $host\r\n";49 $out .= "Host: " . str_replace('ssl://', '', $host) . "\r\n"; 50 50 $out .= "Content-Length: " . strlen($data) . "\r\n"; 51 51 $out .= "Content-Type: application/x-www-form-urlencoded\r\n"; -
program/steps/utils/spell_html_googie.inc
r9ed374b r52c0f76 31 31 if ($fp = fsockopen($host, $port, $errno, $errstr, 30)) { 32 32 $out = "POST $path HTTP/1.0\r\n"; 33 $out .= "Host: $host\r\n";33 $out .= "Host: " . str_replace('ssl://', '', $host) . "\r\n"; 34 34 $out .= "Content-Length: " . strlen($data) . "\r\n"; 35 35 $out .= "Content-Type: application/x-www-form-urlencoded\r\n";
Note: See TracChangeset
for help on using the changeset viewer.
