mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
Update Korean IPv4/IPv6 ranges to latest data
This commit is contained in:
parent
dd5c89b2f8
commit
038a158dc7
4 changed files with 1125 additions and 1015 deletions
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
if (PHP_SAPI !== 'cli')
|
||||
{
|
||||
exit 1;
|
||||
exit(1);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -22,7 +22,7 @@ $content = file_get_contents($download_url, false, stream_context_create(array(
|
|||
$content = gzdecode($content);
|
||||
if (!$content)
|
||||
{
|
||||
exit 2;
|
||||
exit(2);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
if (PHP_SAPI !== 'cli')
|
||||
{
|
||||
exit 1;
|
||||
exit (1);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -21,7 +21,7 @@ $content = file_get_contents($download_url, false, stream_context_create(array(
|
|||
)));
|
||||
if (!$content)
|
||||
{
|
||||
exit 2;
|
||||
exit (2);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue