Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6d014b3

Browse filesBrowse files
author
sparc
committed
cosmetic fix & versio update
1 parent d5d0c16 commit 6d014b3
Copy full SHA for 6d014b3

5 files changed

+7-7Lines changed: 7 additions & 7 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎example.cli.php‎

Copy file name to clipboardExpand all lines: example.cli.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
include('whois.main.php');
3030

3131
if (isset($argv[1]))
32-
$domain=$argv[1];
32+
$domain = $argv[1];
3333
else
3434
$domain = 'example.com';
3535

3636
$whois = new Whois();
3737
$result = $whois->Lookup($domain);
3838

3939
print_r($result);
40-
?>
40+
?>
Collapse file

‎example.php‎

Copy file name to clipboardExpand all lines: example.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ function extract_block (&$plantilla,$mark,$retmark='')
141141

142142
return $ret;
143143
}
144-
?>
144+
?>
Collapse file

‎handler.template.php‎

Copy file name to clipboardExpand all lines: handler.template.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ function parse($data_str, $query)
3737
return $r;
3838
}
3939
}
40-
?>
40+
?>
Collapse file

‎testsuite.php‎

Copy file name to clipboardExpand all lines: testsuite.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,4 +210,4 @@ function array_diff_assoc_recursive($array1, $array2)
210210
return !isset($difference) ? false : $difference;
211211
}
212212

213-
?>
213+
?>
Collapse file

‎whois.client.php‎

Copy file name to clipboardExpand all lines: whois.client.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class WhoisClient {
6060
);
6161

6262
// This release of the package
63-
var $CODE_VERSION = '4.2.0';
63+
var $CODE_VERSION = '4.2.1';
6464

6565
// Full code and data version string (e.g. 'Whois2.php v3.01:16')
6666
var $VERSION;
@@ -591,5 +591,5 @@ function FixNameServer($nserver)
591591

592592
return $dns;
593593
}
594-
595594
}
595+
?>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.