diff --git a/common/framework/korea.php b/common/framework/korea.php index 20f234150..a7413af64 100644 --- a/common/framework/korea.php +++ b/common/framework/korea.php @@ -76,7 +76,7 @@ class Korea { return true; } - if (preg_match('/^02[2-9][0-9]{6,7}$/', $num)) + if (preg_match('/^02(?:[2-9][0-9]{6,7}|1[0-9]{7})$/', $num)) { return true; }