Subversion Repositories vgwhois

Rev

Rev 2 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 4
Line 12... Line 12...
12
#  Version 2015-04-17
12
#  Version 2015-04-17
13
#
13
#
14
 
14
 
15
#mb_internal_encoding('utf-8');
15
#mb_internal_encoding('utf-8');
16
 
16
 
17
require_once __DIR__ . '/../../shared/php_includes/common_functions.inc.php';
17
require_once __DIR__ . '/../../../shared/php_includes/common_functions.inc.php';
18
require_once __DIR__ . '/../../shared/php_includes/idna_convert.class.php';
18
require_once __DIR__ . '/../../../shared/php_includes/idna_convert.class.php';
19
 
19
 
20
$punycoder = new idna_convert();
20
$punycoder = new idna_convert();
21
 
21
 
22
$in = '';
22
$in = '';
23
while($f = fgets(STDIN)) {
23
while($f = fgets(STDIN)) {